Update .gitignore
This commit is contained in:
parent
765c3fcaa2
commit
88821ab2b5
|
@ -8,6 +8,11 @@
|
|||
*.war
|
||||
*.ear
|
||||
|
||||
.project
|
||||
.classpath
|
||||
*.iml
|
||||
.idea/
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
/target/
|
||||
|
|
Loading…
Reference in New Issue