Android.gitignore 357 字节
Newer Older
1
# Built application files
D
Daniel Schauenberg 已提交
2 3 4
*.apk
*.ap_

5 6 7
# Built application files (for Android Studio projects)
/*/build/

8
# Files for the Dalvik VM
D
Daniel Schauenberg 已提交
9 10 11 12 13
*.dex

# Java class files
*.class

14
# Generated files
15 16 17
bin/
gen/

18
# Gradle files
19 20 21
.gradle/
build/

22 23
# Local configuration file (sdk path, etc)
local.properties
24

25
# Proguard folder generated by Eclipse
26
proguard/
S
szp 已提交
27

28
# Log Files
J
Jacob Rigby 已提交
29
*.log