Skip to content

Commit d2fbd75

Browse files
author
geremy
committed
adding root gitignore
1 parent 766828c commit d2fbd75

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

.gitignore

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# built application files
2+
*.apk
3+
*.ap_
4+
5+
# files for the dex VM
6+
*.dex
7+
8+
# Java class files
9+
*.class
10+
11+
# generated files
12+
bin/
13+
gen/
14+
15+
# Local configuration file (sdk path, etc)
16+
local.properties
17+
18+
# Eclipse project files
19+
.classpath
20+
.project
21+
22+
# Proguard folder generated by Eclipse
23+
proguard/
24+
25+
# Intellij project files
26+
*.iml
27+
*.ipr
28+
*.iws
29+
.idea/
30+
31+
*.class
32+
33+
# gwt caches and compiled units #
34+
war/gwt_bree/
35+
gwt-unitCache/
36+
37+
# boilerplate generated classes #
38+
.apt_generated/
39+
40+
# more caches and things from deploy #
41+
war/WEB-INF/deploy/
42+
war/WEB-INF/classes/
43+
44+

0 commit comments

Comments
 (0)