update .gitignore
This commit is contained in:
parent
3d0f517a22
commit
68b7efdbaa
|
|
@ -1,4 +1,9 @@
|
|||
/target
|
||||
/.project
|
||||
/.settings
|
||||
/.classpath
|
||||
target
|
||||
*/target
|
||||
.project
|
||||
.settings
|
||||
.classpath
|
||||
*.ipr
|
||||
*.iml
|
||||
*.iws
|
||||
.idea/
|
||||
|
|
|
|||
Loading…
Reference in New Issue