Skip to content

Commit e2c38da

Browse files
committed
Update Java.gitignore
1 parent a5481c9 commit e2c38da

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Java.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
*.class
22

3+
# Eclipse editor
4+
.classpath
5+
.project
6+
.settings/
7+
8+
# Log file
9+
.log
10+
311
# BlueJ files
412
*.ctxt
513

@@ -11,5 +19,8 @@
1119
*.war
1220
*.ear
1321

22+
# Vagrant
23+
.vagrant
24+
1425
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1526
hs_err_pid*

0 commit comments

Comments
 (0)