Android.gitignore 1.4 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
#  Uncomment the following line in case you need and you don't have the release build type files in your app
# release/
18

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

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

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

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

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

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

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

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

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

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

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

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

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

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