-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
101 lines (77 loc) · 1.54 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# built application files
*.apk
*.ap_
*.aab
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
out/
build/
release/
# Gradle cache
.gradle/
# Local configuration file (sdk path, etc)
local.properties
keystore.properties
# Eclipse project files
.classpath
.project
# Windows thumbnail db
.DS_Store
# Log files
*.log
# Google Services (e.g. APIs or Firebase)
# google-services.json
# Android Studio Navigation editor temp files
.navigation/
# Proguard folder generated by Eclipse
proguard/
# Sandbox stuff
_sandbox
# Android Studio captures folder
captures/
# IDEA/Android Studio project files, because
# the project can be imported from settings.gradle
*.iml
*.ipr
.idea/*
!.idea/copyright
!.idea/codeStyles/codeStyleConfig.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# Freeline
freeline.py
freeline/
freeline_project_description.json
# Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
# Version control
vcs.xml
# lint
lint/*
# Android Patch
gen-external-apklibs
output.json
# Replacement of .externalNativeBuild directories introduced
# with Android Studio 3.5.
.cxx/
# CLient secret property
secrets.properties
/app/.gitignore