Merge pull request #88 from cpesch/gitignore-intellij

ignore Intellij project files
This commit is contained in:
abrensch 2017-10-20 21:36:28 +02:00 committed by GitHub
commit bd9df52184

4
.gitignore vendored
View file

@ -2,4 +2,6 @@ target/
*.BAK *.BAK
.classpath .classpath
.project .project
*.class *.class
.idea/
*.iml