Skip to content

Commit 026df86

Browse files
committed
tweak .gitignore
1 parent 33be90f commit 026df86

File tree

1 file changed

+35
-10
lines changed

1 file changed

+35
-10
lines changed

.gitignore

+35-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,42 @@
1+
# Compiled class file
12
*.class
2-
.classpath
3-
.project
4-
.settings
5-
.idea
6-
*.iml
7-
logs
8-
target
3+
4+
# Log file
5+
*.log
6+
7+
# BlueJ files
8+
*.ctxt
9+
10+
# Mobile Tools for Java (J2ME)
11+
.mtj.tmp/
912

1013
# Package Files #
1114
*.jar
1215
*.war
16+
*.nar
1317
*.ear
18+
*.zip
19+
*.tar.gz
20+
*.rar
1421

15-
out
16-
*.log
17-
dependency-reduced-pom.xml
22+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23+
hs_err_pid*
24+
25+
target/
26+
27+
.idea/
28+
*.iml
29+
30+
.classpath
31+
.project
32+
.settings/
33+
34+
pom.xml.versionsBackup
35+
36+
.gradle
37+
build/
38+
39+
!gradle/wrapper/*.jar
40+
41+
# sbt
42+
.bsp/

0 commit comments

Comments
 (0)