Skip to content

Commit 2ef6c48

Browse files
Update gitignore
1 parent c7a66c8 commit 2ef6c48

File tree

1 file changed

+48
-17
lines changed

1 file changed

+48
-17
lines changed

.gitignore

+48-17
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,53 @@
1-
# Compiled class file
2-
*.class
31

4-
# Log file
5-
*.log
2+
.metadata
3+
bin/
4+
tmp/
5+
*.tmp
6+
*.bak
7+
*.swp
8+
*~.nib
9+
local.properties
10+
.settings/
11+
.loadpath
12+
.recommenders
613

7-
# BlueJ files
8-
*.ctxt
14+
# External tool builders
15+
.externalToolBuilders/
916

10-
# Mobile Tools for Java (J2ME)
11-
.mtj.tmp/
17+
# Locally stored "Eclipse launch configurations"
18+
*.launch
1219

13-
# Package Files #
14-
*.jar
15-
*.war
16-
*.ear
17-
*.zip
18-
*.tar.gz
19-
*.rar
20+
# PyDev specific (Python IDE for Eclipse)
21+
*.pydevproject
2022

21-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
22-
hs_err_pid*
23+
# CDT-specific (C/C++ Development Tooling)
24+
.cproject
25+
26+
# CDT- autotools
27+
.autotools
28+
29+
# Java annotation processor (APT)
30+
.factorypath
31+
32+
# PDT-specific (PHP Development Tools)
33+
.buildpath
34+
35+
# sbteclipse plugin
36+
.target
37+
38+
# Tern plugin
39+
.tern-project
40+
41+
# TeXlipse plugin
42+
.texlipse
43+
44+
# STS (Spring Tool Suite)
45+
.springBeans
46+
47+
# Code Recommenders
48+
.recommenders/
49+
50+
# Scala IDE specific (Scala & Java development for Eclipse)
51+
.cache-main
52+
.scala_dependencies
53+
.worksheet

0 commit comments

Comments
 (0)