From df681a4e91d9f87aba21f036a20d44dc9082aa67 Mon Sep 17 00:00:00 2001 From: hongda Date: Wed, 11 Jul 2018 15:29:49 +0800 Subject: [PATCH] Add .idea folder to .gitignore PyCharm creates this folder. Change-Id: Ic21d5a67bcbcb5c6b95d583d7a783a6d8f891d7b --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b774adf0e..dfa93ebf2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ build *.swp *.swo *.pyc -.testrepository \ No newline at end of file +.testrepository +.idea