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

5
.gitignore vendored
View File

@ -9,4 +9,7 @@
/build
.tox
.vagrant
Vagrantfile
Vagrantfile
# PyCharm
.idea