Skip to content

Commit ff50a40

Browse files
committed
update gitignore
1 parent 3caa454 commit ff50a40

File tree

1 file changed

+31
-20
lines changed

1 file changed

+31
-20
lines changed

.gitignore

Lines changed: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,35 @@
1-
# Compiled class file
2-
*.class
1+
HELP.md
2+
target/
3+
!.mvn/wrapper/maven-wrapper.jar
4+
!**/src/main/**/target/
5+
!**/src/test/**/target/
36

4-
# Log file
5-
*.log
6-
*.DS_Store
7-
8-
# BlueJ files
9-
*.ctxt
7+
### STS ###
8+
.apt_generated
9+
.classpath
10+
.factorypath
11+
.project
12+
.settings
13+
.springBeans
14+
.sts4-cache
1015

11-
# Mobile Tools for Java (J2ME)
12-
.mtj.tmp/
16+
### IntelliJ IDEA ###
17+
.idea
18+
*.iws
19+
*.iml
20+
*.ipr
21+
*.DS_Store
1322

14-
# Package Files #
15-
*.jar
16-
*.war
17-
*.nar
18-
*.ear
19-
*.zip
20-
*.tar.gz
21-
*.rar
23+
### NetBeans ###
24+
/nbproject/private/
25+
/nbbuild/
26+
/dist/
27+
/image/**
28+
/nbdist/
29+
/.nb-gradle/
30+
build/
31+
!**/src/main/**/build/
32+
!**/src/test/**/build/
2233

23-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
24-
hs_err_pid*
34+
### VS Code ###
35+
.vscode/

0 commit comments

Comments
 (0)