Skip to content

Commit 630a332

Browse files
committed
ignore sts, idea files
1 parent d3cf9db commit 630a332

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

.gitignore

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
.DS_Store
2-
/.settings/
3-
/bin/
4-
/.classpath
5-
/.project
2+
.gradle
3+
/build/
4+
!gradle/wrapper/gradle-wrapper.jar
5+
/out/
66
/target/
7-
/.gradle/
7+
8+
### STS ###
9+
.apt_generated
10+
.classpath
11+
.factorypath
12+
.project
13+
.settings
14+
.springBeans
15+
bin/
16+
17+
### IntelliJ IDEA ###
18+
.idea
19+
*.iws
20+
*.iml
21+
*.ipr

0 commit comments

Comments
 (0)