fix gitignore for intellij setups

This commit is contained in:
srmo 2017-10-23 20:58:53 +02:00
parent 7b388b78a4
commit e7fc876130

6
.gitignore vendored
View File

@ -13,4 +13,8 @@ hs_err_pid*
/target/ /target/
.settings .settings
.classpath .classpath
.project .project
# intellij stuff
/.idea/
*.iml