Skip to content

Commit 7c1ba25

Browse files
committed
Add ignore
1 parent f423dce commit 7c1ba25

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

.gitignore

+11-14
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@
44
# Log file
55
*.log
66

7-
# BlueJ files
8-
*.ctxt
7+
# Eclipse
8+
bin/
9+
.settings/
10+
.classpath
11+
.project
12+
.externalToolBuilders
913

10-
# Mobile Tools for Java (J2ME)
11-
.mtj.tmp/
14+
# idea
15+
.idea/
16+
*.iml
1217

13-
# Package Files #
14-
*.jar
15-
*.war
16-
*.ear
17-
*.zip
18-
*.tar.gz
19-
*.rar
20-
21-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
22-
hs_err_pid*
18+
# Maven
19+
target/

0 commit comments

Comments
 (0)