Skip to content

Commit 6d684f7

Browse files
committed
Polish .gitignore configuration
1 parent 08740aa commit 6d684f7

File tree

6 files changed

+24
-41
lines changed

6 files changed

+24
-41
lines changed

Diff for: .gitignore

+24-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
1-
*.ipr
2-
*.iws
3-
*.iml
4-
*.hsp
5-
6-
.idea
7-
out/
1+
*#
2+
#~
83

9-
build/
10-
.gradle/
4+
*.jar
5+
*.hsp
116

7+
.attach_pid*
128
.classpath
9+
.factorypath
10+
.git-hooks/
11+
.gradle
12+
.metadata
1313
.project
14-
.settings/
15-
bin/
14+
.recommenders
15+
.settings
16+
.springBeans
17+
.sts4-cache
18+
.vscode
19+
20+
bin
21+
build
22+
data
23+
out
24+
25+
!/**/src/**/bin
26+
!/**/src/**/build
27+
28+
build.log

Diff for: spring-ws-core/.gitignore

-6
This file was deleted.

Diff for: spring-ws-security/.gitignore

-6
This file was deleted.

Diff for: spring-ws-support/.gitignore

-6
This file was deleted.

Diff for: spring-ws-test/.gitignore

-6
This file was deleted.

Diff for: spring-xml/.gitignore

-6
This file was deleted.

0 commit comments

Comments
 (0)