Add Maven artifacts to .gitignore
This commit is contained in:
parent
67d5a1238f
commit
3ba4bb31fa
|
@ -4,6 +4,7 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.settings
|
.settings
|
||||||
.springBeans
|
.springBeans
|
||||||
|
target
|
||||||
bin
|
bin
|
||||||
build.sh
|
build.sh
|
||||||
integration-repo
|
integration-repo
|
||||||
|
@ -17,6 +18,7 @@ build
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
argfile*
|
argfile*
|
||||||
|
pom.xml
|
||||||
|
|
||||||
# IDEA metadata and output dirs
|
# IDEA metadata and output dirs
|
||||||
*.iml
|
*.iml
|
||||||
|
|
Loading…
Reference in New Issue