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

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

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

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

27
# Log Files
J
Jacob Rigby 已提交
28
*.log
S
Sam Whited 已提交
29 30 31

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

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

J
Josh Soref 已提交
36
# IntelliJ
J
Joowon Ryoo 已提交
37
*.iml
A
Adrian Vovk 已提交
38
.idea/workspace.xml
W
Wooseop Kim 已提交
39
.idea/tasks.xml
R
Ruslan Gunawardana 已提交
40
.idea/gradle.xml
S
Sah (esaalii) 已提交
41
.idea/assetWizardSettings.xml
42
.idea/dictionaries
A
Adrian Vovk 已提交
43
.idea/libraries
T
Terik23 已提交
44
.idea/caches
45 46 47
# Android Studio 3 in .gitignore file.
.idea/caches/build_file_checksums.ser
.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/