Ignore entire .idea folder

This commit is contained in:
Jordan Stremming
2019-02-02 00:32:11 -06:00
parent 8be5e16091
commit d8386ad9f9

5
.gitignore vendored
View File

@@ -212,4 +212,7 @@ dmypy.json
# Ignore all local history of files
.history
# End of https://www.gitignore.io/api/python,pycharm,visualstudiocode
# End of https://www.gitignore.io/api/python,pycharm,visualstudiocode
# ignore the whole .idea folder
.idea/*