Exclude eclipse WTP generated artifacts
This commit is contained in:
parent
a0e5394203
commit
c425d22151
|
@ -13,8 +13,6 @@ jmx.log
|
||||||
derby.log
|
derby.log
|
||||||
spring-test/test-output/
|
spring-test/test-output/
|
||||||
.gradle
|
.gradle
|
||||||
.classpath
|
|
||||||
.project
|
|
||||||
argfile*
|
argfile*
|
||||||
pom.xml
|
pom.xml
|
||||||
|
|
||||||
|
@ -22,6 +20,11 @@ pom.xml
|
||||||
buildSrc/build
|
buildSrc/build
|
||||||
/spring-*/build
|
/spring-*/build
|
||||||
|
|
||||||
|
# Eclipse artifacts, including WTP generated manifests
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
spring-*/src/main/java/META-INF/MANIFEST.MF
|
||||||
|
|
||||||
# IDEA artifacts and output dirs
|
# IDEA artifacts and output dirs
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
|
|
Loading…
Reference in New Issue