ignore Intellij project files

This commit is contained in:
Christian Pesch 2017-10-15 10:27:10 +02:00
parent 638ce5bbd7
commit ae26a6408a

2
.gitignore vendored
View file

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