Added .idea/ to gitignore, to cover cases where people are using a Jetbrains text editor.

This commit is contained in:
joeflack4 2018-09-19 12:42:05 -04:00
parent 4f86e36471
commit 1eadacc8da
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -17,4 +17,5 @@ setuptools.egg-info
*~
.hg*
.cache
.idea/
.pytest_cache/