Skip to content

Commit 5115664

Browse files
committed
Add .gitignore
1 parent 899d01c commit 5115664

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# built application files
2+
*.ap_
3+
4+
# files for the dex VM
5+
*.dex
6+
7+
# Java class files
8+
*.class
9+
10+
# generated files
11+
bin/
12+
gen/
13+
14+
# Local configuration file (sdk path, etc)
15+
local.properties
16+
17+
# Proguard folder generated by Eclipse
18+
proguard/
19+
20+
# Ignore gradle files
21+
.gradle/
22+
build/
23+
24+
# Eclipse project files
25+
.classpath
26+
.project
27+
.settings/
28+
29+
# Intellij project files
30+
*.iml
31+
*.ipr
32+
*.iws
33+
.idea/
34+
35+
# Mac system files
36+
.DS_Store

0 commit comments

Comments
 (0)