1
-
2
- # Created by https://www.gitignore.io/api/macos,android,intellij+iml,androidstudio
3
- # Edit at https://www.gitignore.io/?templates=macos,android,intellij+iml,androidstudio
4
-
5
- # ## Android ###
6
- # Built application files
7
- * .apk
8
- * .ap_
9
- * .aab
10
-
11
- # Files for the ART/Dalvik VM
12
- * .dex
13
-
14
- # Java class files
15
- * .class
16
-
17
- # Generated files
18
- bin /
19
- gen /
20
- out /
21
-
22
- # Gradle files
23
1
.gradle /
2
+ .idea /*
3
+ ! .idea /codeStyle
4
+ ! .idea /dictionaries
24
5
build /
25
-
26
- # Local configuration file (sdk path, etc)
27
- local.properties
28
-
29
- # Proguard folder generated by Eclipse
30
- proguard /
31
-
32
- # Log Files
33
- * .log
34
-
35
- # Android Studio Navigation editor temp files
36
- .navigation /
37
-
38
- # Android Studio captures folder
39
- captures /
40
-
41
- # IntelliJ
42
6
* .iml
43
- .idea /workspace.xml
44
- .idea /tasks.xml
45
- .idea /gradle.xml
46
- .idea /assetWizardSettings.xml
47
- .idea /dictionaries
48
- .idea /libraries
49
- .idea /caches
50
-
51
- # Keystore files
52
- # Uncomment the following lines if you do not want to check your keystore files in.
53
- # *.jks
54
- # *.keystore
55
-
56
- # External native build folder generated in Android Studio 2.2 and later
57
- .externalNativeBuild
58
-
59
- # Google Services (e.g. APIs or Firebase)
60
- google-services.json
61
-
62
- # Freeline
63
- freeline.py
64
- freeline /
65
- freeline_project_description.json
66
-
67
- # fastlane
68
- fastlane /report.xml
69
- fastlane /Preview.html
70
- fastlane /screenshots
71
- fastlane /test_output
72
- fastlane /readme.md
73
-
74
- # ## Android Patch ###
75
- gen-external-apklibs
76
-
77
- # ## AndroidStudio ###
78
- # Covers files to be ignored for android development using Android Studio.
79
-
80
- # Built application files
81
-
82
- # Files for the ART/Dalvik VM
83
-
84
- # Java class files
85
-
86
- # Generated files
87
-
88
- # Gradle files
89
- .gradle
90
-
91
- # Signing files
92
- .signing /
93
-
94
- # Local configuration file (sdk path, etc)
95
-
96
- # Proguard folder generated by Eclipse
97
-
98
- # Log Files
99
-
100
- # Android Studio
101
- /* /build /
102
- /* /local.properties
103
- /* /out
104
- /* /* /build
105
- /* /* /production
106
- * .ipr
107
- * ~
108
- * .swp
109
-
110
- # Android Patch
111
-
112
- # External native build folder generated in Android Studio 2.2 and later
113
-
114
- # NDK
115
- obj /
116
-
117
- # IntelliJ IDEA
118
- * .iws
119
- /out /
120
-
121
- # User-specific configurations
122
- .idea /caches /
123
- .idea /libraries /
124
- .idea /shelf /
125
- .idea /.name
126
- .idea /compiler.xml
127
- .idea /copyright /profiles_settings.xml
128
- .idea /encodings.xml
129
- .idea /misc.xml
130
- .idea /modules.xml
131
- .idea /scopes /scope_settings.xml
132
- .idea /vcs.xml
133
- .idea /jsLibraryMappings.xml
134
- .idea /datasources.xml
135
- .idea /dataSources.ids
136
- .idea /sqlDataSources.xml
137
- .idea /dynamic.xml
138
- .idea /uiDesigner.xml
139
-
140
- # OS-specific files
141
- .DS_Store
142
- .DS_Store ?
143
- ._ *
144
- .Spotlight-V100
145
- .Trashes
146
- ehthumbs.db
147
- Thumbs.db
148
-
149
- # Legacy Eclipse project files
150
- .classpath
151
- .project
152
- .cproject
153
- .settings /
154
-
155
- # Mobile Tools for Java (J2ME)
156
- .mtj.tmp /
157
-
158
- # Package Files #
159
- * .war
160
- * .ear
161
-
162
- # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
163
- hs_err_pid *
164
-
165
- # # Plugin-specific files:
166
-
167
- # mpeltonen/sbt-idea plugin
168
- .idea_modules /
169
-
170
- # JIRA plugin
171
- atlassian-ide-plugin.xml
172
-
173
- # Mongo Explorer plugin
174
- .idea /mongoSettings.xml
175
-
176
- # Crashlytics plugin (for Android Studio and IntelliJ)
177
- com_crashlytics_export_strings.xml
178
- crashlytics.properties
179
- crashlytics-build.properties
180
- fabric.properties
181
-
182
- # ## AndroidStudio Patch ###
183
-
184
- ! /gradle /wrapper /gradle-wrapper.jar
185
-
186
- # ## Intellij+iml ###
187
- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
188
- # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
189
-
190
- # User-specific stuff
191
- .idea /** /workspace.xml
192
- .idea /** /tasks.xml
193
- .idea /** /usage.statistics.xml
194
- .idea /** /dictionaries
195
- .idea /** /shelf
196
-
197
- # Generated files
198
- .idea /** /contentModel.xml
199
-
200
- # Sensitive or high-churn files
201
- .idea /** /dataSources /
202
- .idea /** /dataSources.ids
203
- .idea /** /dataSources.local.xml
204
- .idea /** /sqlDataSources.xml
205
- .idea /** /dynamic.xml
206
- .idea /** /uiDesigner.xml
207
- .idea /** /dbnavigator.xml
208
-
209
- # Gradle
210
- .idea /** /gradle.xml
211
- .idea /** /libraries
212
-
213
- # Gradle and Maven with auto-import
214
- # When using Gradle or Maven with auto-import, you should exclude module files,
215
- # since they will be recreated, and may cause churn. Uncomment if using
216
- # auto-import.
217
- # .idea/modules.xml
218
- # .idea/*.iml
219
- # .idea/modules
220
-
221
- # CMake
222
- cmake-build- * /
223
-
224
- # Mongo Explorer plugin
225
- .idea /** /mongoSettings.xml
226
-
227
- # File-based project format
228
-
229
- # IntelliJ
230
-
231
- # mpeltonen/sbt-idea plugin
232
-
233
- # JIRA plugin
234
-
235
- # Cursive Clojure plugin
236
- .idea /replstate.xml
237
-
238
- # Crashlytics plugin (for Android Studio and IntelliJ)
239
-
240
- # Editor-based Rest Client
241
- .idea /httpRequests
242
-
243
- # Android studio 3.1+ serialized cache file
244
- .idea /caches /build_file_checksums.ser
245
-
246
- # ## Intellij+iml Patch ###
247
- # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
248
-
249
- modules.xml
250
-
251
- # ## macOS ###
252
- # General
253
- .AppleDouble
254
- .LSOverride
255
-
256
- # Icon must end with two \r
257
- Icon
258
-
259
- # Thumbnails
260
-
261
- # Files that might appear in the root of a volume
262
- .DocumentRevisions-V100
263
- .fseventsd
264
- .TemporaryItems
265
- .VolumeIcon.icns
266
- .com.apple.timemachine.donotpresent
267
-
268
- # Directories potentially created on remote AFP share
269
- .AppleDB
270
- .AppleDesktop
271
- Network Trash Folder
272
- Temporary Items
273
- .apdisk
274
-
275
- # End of https://www.gitignore.io/api/macos,android,intellij+iml,androidstudio
7
+ local.properties
0 commit comments