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