Android.gitignore 275 字节
Newer Older
D
Daniel Schauenberg 已提交
1 2 3 4 5 6 7 8 9 10
# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

11 12 13 14
# generated files
bin/
gen/

15 16 17 18
# Ignore gradle files
.gradle/
build/

19 20
# Local configuration file (sdk path, etc)
local.properties
21

22
# Proguard folder generated by Eclipse
23
proguard/