Update gitignore to exclude intellij files.
This commit is contained in:
parent
6131e020a6
commit
ced5a7abd0
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,3 +10,5 @@ pom.xml.asc
|
||||||
*~
|
*~
|
||||||
*.bk
|
*.bk
|
||||||
.idea
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
*.iml
|
||||||
|
|
Loading…
Reference in a new issue