Add .idea/ directory to .gitignore

Now ignores IntelliJ IDEA project files inside .idea/
master
md678685 2019-04-21 11:13:06 +01:00
parent 52ed7465c6
commit eca8f95442
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
*.iml
*.ipr
*.iws
.idea/
# NetBeans #
nbproject