Add .idea folder to .gitignore

PyCharm creates this folder.

Change-Id: Ic21d5a67bcbcb5c6b95d583d7a783a6d8f891d7b
This commit is contained in:
hongda 2018-07-11 15:29:49 +08:00
parent 17b2e4a395
commit df681a4e91

3
.gitignore vendored
View File

@ -7,4 +7,5 @@ build
*.swp
*.swo
*.pyc
.testrepository
.testrepository
.idea