Skip to content

Commit 4aedb1c

Browse files
committed
ignore configuration for version control
1 parent 217ef59 commit 4aedb1c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.gitignore

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
1-
# Compiled class file
1+
# files
22
*.class
3-
4-
# Log file
53
*.log
6-
7-
# BlueJ files
84
*.ctxt
9-
10-
# Mobile Tools for Java (J2ME)
115
.mtj.tmp/
126

13-
# Package Files #
7+
# package files
148
*.jar
159
*.war
1610
*.nar
1711
*.ear
1812
*.zip
1913
*.tar.gz
2014
*.rar
15+
16+
# ide
2117
*.idea/
2218
*target/
19+
*/log
2320

24-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
21+
# virtual machine crash logs
2522
hs_err_pid*

0 commit comments

Comments
 (0)