Skip to content

Commit cb65be4

Browse files
Update .gitignore
Add more most of Java IDEs files and folders to ignore them.
1 parent b577a26 commit cb65be4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,35 @@
2121

2222
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323
hs_err_pid*
24+
25+
HELP.md
26+
target/
27+
!.mvn/wrapper/maven-wrapper.jar
28+
!**/src/main/**
29+
!**/src/test/**
30+
31+
### STS ###
32+
.apt_generated
33+
.classpath
34+
.factorypath
35+
.project
36+
.settings
37+
.springBeans
38+
.sts4-cache
39+
40+
### IntelliJ IDEA ###
41+
.idea
42+
*.iws
43+
*.iml
44+
*.ipr
45+
46+
### NetBeans ###
47+
/nbproject/private/
48+
/nbbuild/
49+
/dist/
50+
/nbdist/
51+
/.nb-gradle/
52+
build/
53+
54+
### VS Code ###
55+
.vscode/

0 commit comments

Comments
 (0)