Skip to content

Commit 646c781

Browse files
committed
Expand .gitignore
1 parent 6ba02ee commit 646c781

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
1+
# project specific files
2+
.idea
3+
st-*
14
/target/
25
.DS_Store
36
.classpath
47
.project
58
.settings/
9+
10+
# Compiled class file
11+
*.class
12+
13+
# Log file
14+
*.log
15+
16+
# BlueJ files
17+
*.ctxt
18+
19+
# Mobile Tools for Java (J2ME)
20+
.mtj.tmp/
21+
22+
# Package Files #
23+
*.jar
24+
*.war
25+
*.nar
26+
*.ear
27+
*.zip
28+
*.tar.gz
29+
*.rar
30+
31+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
32+
hs_err_pid*
33+
replay_pid*

0 commit comments

Comments
 (0)