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

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

# Java class files
*.class

11
# Generated files
12 13
bin/
gen/
J
Joowon Ryoo 已提交
14
out/
15

16
# Gradle files
17 18 19
.gradle/
build/

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
S
Sam Whited 已提交
28 29 30

# Android Studio Navigation editor temp files
.navigation/
31 32 33

# Android Studio captures folder
captures/
J
Joowon Ryoo 已提交
34 35 36

# Intellij
*.iml
A
Adrian Vovk 已提交
37
.idea/workspace.xml
A
Adrian Vovk 已提交
38
.idea/libraries
T
Theodoros Ntakouris 已提交
39

E
evorion 已提交
40
# Keystore files
T
Theodoros Ntakouris 已提交
41
*.jks
42 43 44

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild