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

5
# Files for the Dalvik VM
D
Daniel Schauenberg 已提交
6 7 8 9 10
*.dex

# Java class files
*.class

11
# Generated files
12 13 14
bin/
gen/

15
# Gradle files
16 17
.gradle/
build/
T
moved  
tralchonok 已提交
18
/*/build/
19

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

23
# Proguard folder generated by Eclipse
24
proguard/
S
szp 已提交
25

26
# Log Files
J
Jacob Rigby 已提交
27
*.log