ignore IntelliJ project files
This commit is contained in:
parent
908377f1c7
commit
3b1be4a653
1 changed files with 7 additions and 4 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,4 +1,7 @@
|
||||||
/.classpath
|
.classpath
|
||||||
/.project
|
.project
|
||||||
/.settings
|
.settings
|
||||||
/target
|
target
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
atlassian-ide-plugin.xml
|
||||||
|
|
Loading…
Reference in a new issue