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

2
.gitignore vendored
View file

@ -3,3 +3,5 @@ target/
.classpath
.project
*.class
.idea/
*.iml