Browse Source

Add Maven artifacts to .gitignore

pull/94/head
Dave Syer 12 years ago
parent
commit
3ba4bb31fa
  1. 2
      .gitignore

2
.gitignore vendored

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
.DS_Store
.settings
.springBeans
target
bin
build.sh
integration-repo
@ -17,6 +18,7 @@ build @@ -17,6 +18,7 @@ build
.classpath
.project
argfile*
pom.xml
# IDEA metadata and output dirs
*.iml

Loading…
Cancel
Save