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