add intellij to gitignore

This commit is contained in:
Jason Biegel 2020-02-25 19:50:30 -05:00
parent 6c07c6ca86
commit a08b92da27

4
.gitignore vendored
View file

@ -1,2 +1,6 @@
.git
*.swp
# IntelliJ
.idea/
*.iml