updated gitignore
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -20,15 +20,15 @@ target/
|
||||
test-output
|
||||
|
||||
# Eclipse artifacts, including WTP generated manifests
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
.springBeans
|
||||
**/.classpath
|
||||
**/.project
|
||||
**/.settings/
|
||||
**/.springBeans
|
||||
spring-*/src/main/java/META-INF/MANIFEST.MF
|
||||
|
||||
# IDEA artifacts and output dirs
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/*
|
||||
**/.idea/*
|
||||
rebel.xml
|
||||
|
||||
Reference in New Issue
Block a user