Skip to content

Commit 15e2990

Browse files
committed
[NO_REF] gitignore
1 parent 959f390 commit 15e2990

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

.gitignore

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,46 @@
1+
.gradle
2+
build/
3+
!gradle/wrapper/gradle-wrapper.jar
4+
!**/src/main/**/build/
5+
!**/src/test/**/build/
6+
7+
### STS ###
8+
.apt_generated
9+
.classpath
10+
.factorypath
11+
.project
12+
.settings
13+
.springBeans
14+
.sts4-cache
15+
bin/
16+
!**/src/main/**/bin/
17+
!**/src/test/**/bin/
18+
19+
### IntelliJ IDEA ###
20+
.idea
21+
*.iws
22+
*.iml
23+
*.ipr
24+
out/
25+
!**/src/main/**/out/
26+
!**/src/test/**/out/
27+
28+
### NetBeans ###
29+
/nbproject/private/
30+
/nbbuild/
31+
/dist/
32+
/nbdist/
33+
/.nb-gradle/
34+
35+
### VS Code ###
36+
.vscode/
37+
138
# Compiled class file
239
*.class
340

441
# Log file
542
*.log
643

7-
# BlueJ files
8-
*.ctxt
944

1045
# Mobile Tools for Java (J2ME)
1146
.mtj.tmp/
@@ -19,6 +54,4 @@
1954
*.tar.gz
2055
*.rar
2156

22-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23-
hs_err_pid*
24-
replay_pid*
57+
**/.DS_Store

0 commit comments

Comments
 (0)