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