Skip to content

Commit c080361

Browse files
committed
Update .gitignore file.
1 parent a94608b commit c080361

1 file changed

Lines changed: 32 additions & 20 deletions

File tree

.gitignore

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,39 @@
1-
# Built application files
2-
*.apk
3-
*.ap_
1+
# Android generated
2+
bin
3+
gen
4+
lint.xml
45

5-
# Files for the Dalvik VM
6-
*.dex
6+
# IntelliJ IDEA
7+
.idea
8+
*.iml
9+
*.ipr
10+
*.iws
11+
classes
12+
gen-external-apklibs
713

8-
# Java class files
9-
*.class
14+
# Eclipse
15+
.project
16+
.classpath
17+
.settings
18+
.checkstyle
1019

11-
# Generated files
12-
bin/
13-
gen/
20+
# Gradle
21+
.gradle
22+
build
23+
out
1424

15-
# Gradle files
16-
.gradle/
17-
build/
18-
/*/build/
25+
# Maven
26+
target
27+
release.properties
28+
pom.xml.*
1929

20-
# Local configuration file (sdk path, etc)
30+
# Ant
31+
ant.properties
2132
local.properties
33+
proguard.cfg
34+
proguard-project.txt
2235

23-
# Proguard folder generated by Eclipse
24-
proguard/
25-
26-
# Log Files
27-
*.log
36+
# Other
37+
.DS_Store
38+
dist
39+
tmp

0 commit comments

Comments
 (0)