Skip to content

Commit 6858216

Browse files
author
Jonas
committed
Create .gitignore
0 parents  commit 6858216

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.gitignore

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
*.class
2+
3+
# Mobile Tools for Java (J2ME)
4+
.mtj.tmp/
5+
6+
# Package Files #
7+
*.jar
8+
*.war
9+
*.ear
10+
11+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12+
hs_err_pid*
13+
14+
# Eclipse
15+
.classpath
16+
.project
17+
.settings/
18+
19+
# Intellij
20+
.idea/
21+
*.iml
22+
*.iws
23+
24+
# Maven
25+
log/
26+
target/

0 commit comments

Comments
 (0)