Skip to content

Commit 426947d

Browse files
committed
Update .gitignore
1 parent ebaf528 commit 426947d

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.gitignore

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
# Pre-Compiled Files #
2-
/bin
31
*.class
4-
.classpath
5-
.project
62

7-
# intelliJ Files
8-
*.iml
9-
.idea/*
3+
# Mobile Tools for Java (J2ME)
4+
.mtj.tmp/
5+
6+
# Package Files #
7+
*.jar
8+
*.war
9+
*.ear
1010

11-
# Automatic generated Files#
12-
*.applet
13-
*.html
11+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12+
hs_err_pid*
1413

14+
# IntelliJ Files #
15+
.idea
16+
*.iml
17+
target/

src/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)