Skip to content

Commit 2c6598d

Browse files
committed
Create .gitignore
1 parent 7f65591 commit 2c6598d

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

.gitignore

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
*.class
2+
3+
# Mobile Tools for Java (J2ME)
4+
.mtj.tmp/
5+
6+
# Package Files #
7+
*.jar
8+
*.war
9+
*.ear
10+
11+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12+
hs_err_pid*
13+
14+
*.pydevproject
15+
.metadata
16+
.gradle
17+
bin/
18+
tmp/
19+
*.tmp
20+
*.bak
21+
*.swp
22+
*~.nib
23+
local.properties
24+
.settings/
25+
.loadpath
26+
27+
# Eclipse Core
28+
.project
29+
30+
# External tool builders
31+
.externalToolBuilders/
32+
33+
# Locally stored "Eclipse launch configurations"
34+
*.launch
35+
36+
# CDT-specific
37+
.cproject
38+
39+
# JDT-specific (Eclipse Java Development Tools)
40+
.classpath
41+
42+
# PDT-specific
43+
.buildpath
44+
45+
# sbteclipse plugin
46+
.target
47+
48+
# TeXlipse plugin
49+
.texlipse

0 commit comments

Comments
 (0)