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