1+ # Created by https://www.toptal.com/developers/gitignore/api/android,androidstudio,kotlin
2+ # Edit at https://www.toptal.com/developers/gitignore?templates=android,androidstudio,kotlin
3+
4+ # ## Android ###
5+ # Gradle files
6+ .gradle /
7+ build /
8+
9+ # Local configuration file (sdk path, etc)
10+ local.properties
11+ lighthouse.properties
12+ credentials.json
13+ output-metadata.json
14+
15+ # Log/OS Files
16+ * .log
17+
18+ # Android Studio generated files and folders
19+ captures /
20+ .externalNativeBuild /
21+ .cxx /
22+ * .apk
23+ output.json
24+
25+ # IntelliJ
26+ * .iml
27+ .idea /
28+ misc.xml
29+ deploymentTargetDropDown.xml
30+ render.experimental.xml
31+
32+ # Keystore files
33+ * .jks
34+ * .keystore
35+
36+ # Google Services (e.g. APIs or Firebase)
37+ google-services.json
38+
39+ # Android Profiling
40+ * .hprof
41+
42+ # ## Android Patch ###
43+ gen-external-apklibs
44+
45+ # Replacement of .externalNativeBuild directories introduced
46+ # with Android Studio 3.5.
47+
48+ # ## Kotlin ###
49+ # Compiled class file
50+ * .class
51+
52+ # Log file
53+
54+ # BlueJ files
55+ * .ctxt
56+
57+ # Mobile Tools for Java (J2ME)
58+ .mtj.tmp /
59+
60+ # Package Files #
61+ * .jar
62+ * .war
63+ * .nar
64+ * .ear
65+ * .zip
66+ * .tar.gz
67+ * .rar
68+
69+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
70+ hs_err_pid *
71+ replay_pid *
72+
73+ # ## AndroidStudio ###
74+ # Covers files to be ignored for android development using Android Studio.
75+
76+ # Built application files
77+ * .ap_
78+ * .aab
79+
80+ # Files for the ART/Dalvik VM
81+ * .dex
82+
83+ # Java class files
84+
85+ # Generated files
86+ bin /
87+ gen /
88+ out /
89+
90+ # Gradle files
91+ .gradle
92+
93+ # Signing files
94+ .signing /
95+
96+ # Local configuration file (sdk path, etc)
97+
98+ # Proguard folder generated by Eclipse
99+ proguard /
100+
101+ # Log Files
102+
103+ # Android Studio
104+ /* /build /
105+ /* /local.properties
106+ /* /out
107+ /* /* /build
108+ /* /* /production
109+ .navigation /
110+ * .ipr
111+ * ~
112+ * .swp
113+
114+ # Keystore files
115+
116+ # Google Services (e.g. APIs or Firebase)
117+ # google-services.json
118+
119+ # Android Patch
120+
121+ # External native build folder generated in Android Studio 2.2 and later
122+ .externalNativeBuild
123+
124+ # NDK
125+ obj /
126+
127+ # IntelliJ IDEA
128+ * .iws
129+ /out /
130+
131+ # User-specific configurations
132+ .idea /caches /
133+ .idea /libraries /
134+ .idea /shelf /
135+ .idea /workspace.xml
136+ .idea /tasks.xml
137+ .idea /.name
138+ .idea /compiler.xml
139+ .idea /copyright /profiles_settings.xml
140+ .idea /encodings.xml
141+ .idea /misc.xml
142+ .idea /modules.xml
143+ .idea /scopes /scope_settings.xml
144+ .idea /dictionaries
145+ .idea /vcs.xml
146+ .idea /jsLibraryMappings.xml
147+ .idea /datasources.xml
148+ .idea /dataSources.ids
149+ .idea /sqlDataSources.xml
150+ .idea /dynamic.xml
151+ .idea /uiDesigner.xml
152+ .idea /assetWizardSettings.xml
153+ .idea /gradle.xml
154+ .idea /jarRepositories.xml
155+ .idea /navEditor.xml
156+
157+ # Legacy Eclipse project files
158+ .classpath
159+ .project
160+ .cproject
161+ .settings /
162+
163+ # Mobile Tools for Java (J2ME)
164+
165+ # Package Files #
166+
167+ # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
168+
169+ # # Plugin-specific files:
170+
171+ # mpeltonen/sbt-idea plugin
172+ .idea_modules /
173+
174+ # JIRA plugin
175+ atlassian-ide-plugin.xml
176+
177+ # Mongo Explorer plugin
178+ .idea /mongoSettings.xml
179+
180+ # Crashlytics plugin (for Android Studio and IntelliJ)
181+ com_crashlytics_export_strings.xml
182+ crashlytics.properties
183+ crashlytics-build.properties
184+ fabric.properties
185+
186+ # ## AndroidStudio Patch ###
187+
188+ ! /gradle /wrapper /gradle-wrapper.jar
189+
190+ # End of https://www.toptal.com/developers/gitignore/api/android,androidstudio,kotlin
191+
192+
193+ /local.properties
194+ /.idea /caches
195+ /.idea /libraries
196+ /.idea /modules.xml
197+ /.idea /workspace.xml
198+ /.idea /navEditor.xml
199+ /.idea /assetWizardSettings.xml
200+ .DS_Store
201+ /build
202+ /captures
203+ .cxx
0 commit comments