1
+ # Created by https://www.toptal.com/developers/gitignore/api/android,androidstudio,kotlin,java,macos,windows
2
+ # Edit at https://www.toptal.com/developers/gitignore?templates=android,androidstudio,kotlin,java,macos,windows
3
+
4
+ # ## Android ###
1
5
# Gradle files
2
6
.gradle /
3
7
build /
@@ -15,12 +19,30 @@ captures/
15
19
* .apk
16
20
output.json
17
21
22
+ # Android Studio
23
+ /* /build /
24
+ /* /local.properties
25
+ /* /out
26
+ /* /* /build
27
+ /* /* /production
28
+ * .ipr
29
+ * ~
30
+ * .swp
31
+
18
32
# IntelliJ
19
33
* .iml
20
34
.idea /
21
35
misc.xml
22
36
deploymentTargetDropDown.xml
23
37
render.experimental.xml
38
+ .gradle
39
+ /local.properties
40
+ /.idea /workspace.xml
41
+ /.idea /libraries
42
+ .DS_Store
43
+ /build
44
+ /captures
45
+ .externalNativeBuild
24
46
25
47
# Keystore files
26
48
* .jks
@@ -31,3 +53,225 @@ google-services.json
31
53
32
54
# Android Profiling
33
55
* .hprof
56
+
57
+ # ## Android Patch ###
58
+ gen-external-apklibs
59
+
60
+ # Replacement of .externalNativeBuild directories introduced
61
+ # with Android Studio 3.5.
62
+
63
+ # ## Java ###
64
+ # Compiled class file
65
+ * .class
66
+
67
+ # Log file
68
+
69
+ # BlueJ files
70
+ * .ctxt
71
+
72
+ # Mobile Tools for Java (J2ME)
73
+ .mtj.tmp /
74
+
75
+ # Package Files #
76
+ * .jar
77
+ * .war
78
+ * .nar
79
+ * .ear
80
+ * .zip
81
+ * .tar.gz
82
+ * .rar
83
+
84
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
85
+ hs_err_pid *
86
+ replay_pid *
87
+
88
+ # ## Kotlin ###
89
+ # Compiled class file
90
+
91
+ # Log file
92
+
93
+ # BlueJ files
94
+
95
+ # Mobile Tools for Java (J2ME)
96
+
97
+ # Package Files #
98
+
99
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
100
+
101
+ # ## macOS ###
102
+ # General
103
+ .DS_Store
104
+ .AppleDouble
105
+ .LSOverride
106
+
107
+ # Icon must end with two \r
108
+ Icon
109
+
110
+
111
+ # Thumbnails
112
+ ._ *
113
+
114
+ # Files that might appear in the root of a volume
115
+ .DocumentRevisions-V100
116
+ .fseventsd
117
+ .Spotlight-V100
118
+ .TemporaryItems
119
+ .Trashes
120
+ .VolumeIcon.icns
121
+ .com.apple.timemachine.donotpresent
122
+
123
+ # Directories potentially created on remote AFP share
124
+ .AppleDB
125
+ .AppleDesktop
126
+ Network Trash Folder
127
+ Temporary Items
128
+ .apdisk
129
+
130
+ # ## macOS Patch ###
131
+ # iCloud generated files
132
+ * .icloud
133
+
134
+ # ## Windows ###
135
+ # Windows thumbnail cache files
136
+ Thumbs.db
137
+ Thumbs.db:encryptable
138
+ ehthumbs.db
139
+ ehthumbs_vista.db
140
+
141
+ # Dump file
142
+ * .stackdump
143
+
144
+ # Folder config file
145
+ [Dd ]esktop.ini
146
+
147
+ # Recycle Bin used on file shares
148
+ $RECYCLE.BIN /
149
+
150
+ # Windows Installer files
151
+ * .cab
152
+ * .msi
153
+ * .msix
154
+ * .msm
155
+ * .msp
156
+
157
+ # Windows shortcuts
158
+ * .lnk
159
+
160
+ # ## AndroidStudio ###
161
+ # Covers files to be ignored for android development using Android Studio.
162
+
163
+ # Built application files
164
+ * .ap_
165
+ * .aab
166
+
167
+ # Files for the ART/Dalvik VM
168
+ * .dex
169
+
170
+ # Java class files
171
+
172
+ # Generated files
173
+ bin /
174
+ gen /
175
+ out /
176
+
177
+ # Gradle files
178
+ .gradle
179
+
180
+ # Signing files
181
+ .signing /
182
+
183
+ # Local configuration file (sdk path, etc)
184
+
185
+ # Proguard folder generated by Eclipse
186
+ proguard /
187
+
188
+ # Log Files
189
+
190
+ # Android Studio
191
+ /* /build /
192
+ /* /local.properties
193
+ /* /out
194
+ /* /* /build
195
+ /* /* /production
196
+ .navigation /
197
+ * .ipr
198
+ * ~
199
+ * .swp
200
+
201
+ # Keystore files
202
+
203
+ # Google Services (e.g. APIs or Firebase)
204
+ # google-services.json
205
+
206
+ # Android Patch
207
+
208
+ # External native build folder generated in Android Studio 2.2 and later
209
+ .externalNativeBuild
210
+
211
+ # NDK
212
+ obj /
213
+
214
+ # IntelliJ IDEA
215
+ * .iws
216
+ /out /
217
+
218
+ # User-specific configurations
219
+ .idea /caches /
220
+ .idea /libraries /
221
+ .idea /shelf /
222
+ .idea /workspace.xml
223
+ .idea /tasks.xml
224
+ .idea /.name
225
+ .idea /compiler.xml
226
+ .idea /copyright /profiles_settings.xml
227
+ .idea /encodings.xml
228
+ .idea /misc.xml
229
+ .idea /modules.xml
230
+ .idea /scopes /scope_settings.xml
231
+ .idea /dictionaries
232
+ .idea /vcs.xml
233
+ .idea /jsLibraryMappings.xml
234
+ .idea /datasources.xml
235
+ .idea /dataSources.ids
236
+ .idea /sqlDataSources.xml
237
+ .idea /dynamic.xml
238
+ .idea /uiDesigner.xml
239
+ .idea /assetWizardSettings.xml
240
+ .idea /gradle.xml
241
+ .idea /jarRepositories.xml
242
+ .idea /navEditor.xml
243
+
244
+ # Legacy Eclipse project files
245
+ .classpath
246
+ .project
247
+ .cproject
248
+ .settings /
249
+
250
+ # Mobile Tools for Java (J2ME)
251
+
252
+ # Package Files #
253
+
254
+ # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
255
+
256
+ # # Plugin-specific files:
257
+
258
+ # mpeltonen/sbt-idea plugin
259
+ .idea_modules /
260
+
261
+ # JIRA plugin
262
+ atlassian-ide-plugin.xml
263
+
264
+ # Mongo Explorer plugin
265
+ .idea /mongoSettings.xml
266
+
267
+ # Crashlytics plugin (for Android Studio and IntelliJ)
268
+ com_crashlytics_export_strings.xml
269
+ crashlytics.properties
270
+ crashlytics-build.properties
271
+ fabric.properties
272
+
273
+ # ## AndroidStudio Patch ###
274
+
275
+ ! /gradle /wrapper /gradle-wrapper.jar
276
+
277
+ # End of https://www.toptal.com/developers/gitignore/api/android,androidstudio,kotlin,java,macos,windows
0 commit comments