Polish .gitignore configuration
This commit is contained in:
35
.gitignore
vendored
35
.gitignore
vendored
@@ -1,15 +1,28 @@
|
||||
*.ipr
|
||||
*.iws
|
||||
*.iml
|
||||
*#
|
||||
#~
|
||||
|
||||
*.jar
|
||||
*.hsp
|
||||
|
||||
.idea
|
||||
out/
|
||||
|
||||
build/
|
||||
.gradle/
|
||||
|
||||
.attach_pid*
|
||||
.classpath
|
||||
.factorypath
|
||||
.git-hooks/
|
||||
.gradle
|
||||
.metadata
|
||||
.project
|
||||
.settings/
|
||||
bin/
|
||||
.recommenders
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
.vscode
|
||||
|
||||
bin
|
||||
build
|
||||
data
|
||||
out
|
||||
|
||||
!/**/src/**/bin
|
||||
!/**/src/**/build
|
||||
|
||||
build.log
|
||||
|
||||
6
spring-ws-core/.gitignore
vendored
6
spring-ws-core/.gitignore
vendored
@@ -1,6 +0,0 @@
|
||||
target
|
||||
*.iml
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
|
||||
6
spring-ws-security/.gitignore
vendored
6
spring-ws-security/.gitignore
vendored
@@ -1,6 +0,0 @@
|
||||
target
|
||||
*.iml
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
|
||||
6
spring-ws-support/.gitignore
vendored
6
spring-ws-support/.gitignore
vendored
@@ -1,6 +0,0 @@
|
||||
target
|
||||
*.iml
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
data
|
||||
6
spring-ws-test/.gitignore
vendored
6
spring-ws-test/.gitignore
vendored
@@ -1,6 +0,0 @@
|
||||
target
|
||||
*.iml
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
|
||||
6
spring-xml/.gitignore
vendored
6
spring-xml/.gitignore
vendored
@@ -1,6 +0,0 @@
|
||||
target
|
||||
*.iml
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
|
||||
Reference in New Issue
Block a user