gitignore .idea
Directory .idea is produces by pycharm. We'd better ignore it. Change-Id: Ia3cbca09398caeb88dd66f89adcd0fcfff8dac4c
This commit is contained in:
parent
ab6ba385a2
commit
eb6da5f0ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
|||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
.coverage
|
.coverage
|
||||||
|
.idea
|
||||||
.testrepository
|
.testrepository
|
||||||
.tox
|
.tox
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
Loading…
Reference in New Issue
Block a user