Android.gitignore 1.3 KB
Newer Older
1
# Built application files
D
Daniel Schauenberg 已提交
2 3
*.apk
*.ap_
4
*.aab
D
Daniel Schauenberg 已提交
5

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

# Java class files
*.class

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

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
S
Sam Whited 已提交
30 31 32

# Android Studio Navigation editor temp files
.navigation/
33 34 35

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

J
Josh Soref 已提交
37
# IntelliJ
J
Joowon Ryoo 已提交
38
*.iml
A
Adrian Vovk 已提交
39
.idea/workspace.xml
W
Wooseop Kim 已提交
40
.idea/tasks.xml
R
Ruslan Gunawardana 已提交
41
.idea/gradle.xml
S
Sah (esaalii) 已提交
42
.idea/assetWizardSettings.xml
43
.idea/dictionaries
A
Adrian Vovk 已提交
44
.idea/libraries
45
# Android Studio 3 in .gitignore file.
46
.idea/caches
47
.idea/modules.xml
48 49
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
T
Theodoros Ntakouris 已提交
50

E
evorion 已提交
51
# Keystore files
52
# Uncomment the following lines if you do not want to check your keystore files in.
53
#*.jks
54
#*.keystore
55 56 57

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
F
Fiona Hagen 已提交
58 59

# Google Services (e.g. APIs or Firebase)
A
Aslam Anver 已提交
60
# google-services.json
貌似掉线's avatar
貌似掉线 已提交
61

62
# Freeline
貌似掉线's avatar
貌似掉线 已提交
63 64 65
freeline.py
freeline/
freeline_project_description.json
66 67 68 69 70 71 72

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
N
Nicholas 已提交
73 74 75

# Version control
vcs.xml
J
jiakaiyang 已提交
76 77 78 79 80 81 82

# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/