Merge pull request #88 from cpesch/gitignore-intellij
ignore Intellij project files
This commit is contained in:
commit
bd9df52184
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,4 +2,6 @@ target/
|
||||||
*.BAK
|
*.BAK
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
*.class
|
*.class
|
||||||
|
.idea/
|
||||||
|
*.iml
|
Loading…
Reference in a new issue