add PyCharm .idea folder to .gitignore

This commit is contained in:
Travis Johnson 2014-11-17 15:04:58 -05:00
parent 14d1186241
commit 629b392924
1 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -10,3 +10,6 @@
.tox
.vagrant
Vagrantfile
# PyCharm
.idea