1
1
.vscode
2
- * .class
2
+ * .class
3
+
4
+ # ## C ###
5
+ # Prerequisites
6
+ * .d
7
+
8
+ # Object files
9
+ * .o
10
+ * .ko
11
+ * .obj
12
+ * .elf
13
+
14
+ # Linker output
15
+ * .ilk
16
+ * .map
17
+ * .exp
18
+
19
+ # Precompiled Headers
20
+ * .gch
21
+ * .pch
22
+
23
+ # Libraries
24
+ * .lib
25
+ * .a
26
+ * .la
27
+ * .lo
28
+
29
+ # Shared objects (inc. Windows DLLs)
30
+ * .dll
31
+ * .so
32
+ * .so. *
33
+ * .dylib
34
+
35
+ # Executables
36
+ * .exe
37
+ * .out
38
+ * .app
39
+ * .i * 86
40
+ * .x86_64
41
+ * .hex
42
+
43
+ # Debug files
44
+ * .dSYM /
45
+ * .su
46
+ * .idb
47
+ * .pdb
48
+
49
+ # Kernel Module Compile Results
50
+ * .mod *
51
+ * .cmd
52
+ .tmp_versions /
53
+ modules.order
54
+ Module.symvers
55
+ Mkfile.old
56
+ dkms.conf
57
+
58
+ # ## C++ ###
59
+ # Prerequisites
60
+
61
+ # Compiled Object files
62
+ * .slo
63
+
64
+ # Precompiled Headers
65
+
66
+ # Compiled Dynamic libraries
67
+
68
+ # Fortran module files
69
+ * .mod
70
+ * .smod
71
+
72
+ # Compiled Static libraries
73
+ * .lai
74
+
75
+ # Executables
76
+
77
+ # ## CodeBlocks ###
78
+ # specific to CodeBlocks IDE
79
+ * .layout
80
+ * .depend
81
+ # generated directories
82
+ bin /
83
+ obj /
84
+
85
+ # ## Eclipse ###
86
+ .metadata
87
+ tmp /
88
+ * .tmp
89
+ * .bak
90
+ * .swp
91
+ * ~.nib
92
+ local.properties
93
+ .settings /
94
+ .loadpath
95
+ .recommenders
96
+
97
+ # External tool builders
98
+ .externalToolBuilders /
99
+
100
+ # Locally stored "Eclipse launch configurations"
101
+ * .launch
102
+
103
+ # PyDev specific (Python IDE for Eclipse)
104
+ * .pydevproject
105
+
106
+ # CDT-specific (C/C++ Development Tooling)
107
+ .cproject
108
+
109
+ # CDT- autotools
110
+ .autotools
111
+
112
+ # Java annotation processor (APT)
113
+ .factorypath
114
+
115
+ # PDT-specific (PHP Development Tools)
116
+ .buildpath
117
+
118
+ # sbteclipse plugin
119
+ .target
120
+
121
+ # Tern plugin
122
+ .tern-project
123
+
124
+ # TeXlipse plugin
125
+ .texlipse
126
+
127
+ # STS (Spring Tool Suite)
128
+ .springBeans
129
+
130
+ # Code Recommenders
131
+ .recommenders /
132
+
133
+ # Annotation Processing
134
+ .apt_generated /
135
+ .apt_generated_test /
136
+
137
+ # Scala IDE specific (Scala & Java development for Eclipse)
138
+ .cache-main
139
+ .scala_dependencies
140
+ .worksheet
141
+
142
+ # Uncomment this line if you wish to ignore the project description file.
143
+ # Typically, this file would be tracked if it contains build/dependency configurations:
144
+ # .project
145
+
146
+ # ## Eclipse Patch ###
147
+ # Spring Boot Tooling
148
+ .sts4-cache /
149
+
150
+ # ## Intellij ###
151
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
152
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
153
+
154
+ # User-specific stuff
155
+ .idea /** /workspace.xml
156
+ .idea /** /tasks.xml
157
+ .idea /** /usage.statistics.xml
158
+ .idea /** /dictionaries
159
+ .idea /** /shelf
160
+
161
+ # AWS User-specific
162
+ .idea /** /aws.xml
163
+
164
+ # Generated files
165
+ .idea /** /contentModel.xml
166
+
167
+ # Sensitive or high-churn files
168
+ .idea /** /dataSources /
169
+ .idea /** /dataSources.ids
170
+ .idea /** /dataSources.local.xml
171
+ .idea /** /sqlDataSources.xml
172
+ .idea /** /dynamic.xml
173
+ .idea /** /uiDesigner.xml
174
+ .idea /** /dbnavigator.xml
175
+
176
+ # Gradle
177
+ .idea /** /gradle.xml
178
+ .idea /** /libraries
179
+
180
+ # Gradle and Maven with auto-import
181
+ # When using Gradle or Maven with auto-import, you should exclude module files,
182
+ # since they will be recreated, and may cause churn. Uncomment if using
183
+ # auto-import.
184
+ # .idea/artifacts
185
+ # .idea/compiler.xml
186
+ # .idea/jarRepositories.xml
187
+ # .idea/modules.xml
188
+ # .idea/*.iml
189
+ # .idea/modules
190
+ # *.iml
191
+ # *.ipr
192
+
193
+ # CMake
194
+ cmake-build- * /
195
+
196
+ # Mongo Explorer plugin
197
+ .idea /** /mongoSettings.xml
198
+
199
+ # File-based project format
200
+ * .iws
201
+
202
+ # IntelliJ
203
+ out /
204
+
205
+ # mpeltonen/sbt-idea plugin
206
+ .idea_modules /
207
+
208
+ # JIRA plugin
209
+ atlassian-ide-plugin.xml
210
+
211
+ # Cursive Clojure plugin
212
+ .idea /replstate.xml
213
+
214
+ # Crashlytics plugin (for Android Studio and IntelliJ)
215
+ com_crashlytics_export_strings.xml
216
+ crashlytics.properties
217
+ crashlytics-build.properties
218
+ fabric.properties
219
+
220
+ # Editor-based Rest Client
221
+ .idea /httpRequests
222
+
223
+ # Android studio 3.1+ serialized cache file
224
+ .idea /caches /build_file_checksums.ser
225
+
226
+ # ## Intellij Patch ###
227
+ # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
228
+
229
+ # *.iml
230
+ # modules.xml
231
+ # .idea/misc.xml
232
+ # *.ipr
233
+
234
+ # Sonarlint plugin
235
+ # https://plugins.jetbrains.com/plugin/7973-sonarlint
236
+ .idea /** /sonarlint /
237
+
238
+ # SonarQube Plugin
239
+ # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
240
+ .idea /** /sonarIssues.xml
241
+
242
+ # Markdown Navigator plugin
243
+ # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
244
+ .idea /** /markdown-navigator.xml
245
+ .idea /** /markdown-navigator-enh.xml
246
+ .idea /** /markdown-navigator /
247
+
248
+ # Cache file creation bug
249
+ # See https://youtrack.jetbrains.com/issue/JBR-2257
250
+ .idea /$CACHE_FILE$
251
+
252
+ # CodeStream plugin
253
+ # https://plugins.jetbrains.com/plugin/12206-codestream
254
+ .idea /codestream.xml
255
+
256
+ # ## Java ###
257
+ # Compiled class file
258
+ * .class
259
+
260
+ # Log file
261
+ * .log
262
+
263
+ # BlueJ files
264
+ * .ctxt
265
+
266
+ # Mobile Tools for Java (J2ME)
267
+ .mtj.tmp /
268
+
269
+ # Package Files #
270
+ * .jar
271
+ * .war
272
+ * .nar
273
+ * .ear
274
+ * .zip
275
+ * .tar.gz
276
+ * .rar
277
+
278
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
279
+ hs_err_pid *
280
+
281
+ # ## PyCharm ###
282
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
283
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
284
+
285
+ # User-specific stuff
286
+
287
+ # AWS User-specific
288
+
289
+ # Generated files
290
+
291
+ # Sensitive or high-churn files
292
+
293
+ # Gradle
294
+
295
+ # Gradle and Maven with auto-import
296
+ # When using Gradle or Maven with auto-import, you should exclude module files,
297
+ # since they will be recreated, and may cause churn. Uncomment if using
298
+ # auto-import.
299
+ # .idea/artifacts
300
+ # .idea/compiler.xml
301
+ # .idea/jarRepositories.xml
302
+ # .idea/modules.xml
303
+ # .idea/*.iml
304
+ # .idea/modules
305
+ # *.iml
306
+ # *.ipr
307
+
308
+ # CMake
309
+
310
+ # Mongo Explorer plugin
311
+
312
+ # File-based project format
313
+
314
+ # IntelliJ
315
+
316
+ # mpeltonen/sbt-idea plugin
317
+
318
+ # JIRA plugin
319
+
320
+ # Cursive Clojure plugin
321
+
322
+ # Crashlytics plugin (for Android Studio and IntelliJ)
323
+
324
+ # Editor-based Rest Client
325
+
326
+ # Android studio 3.1+ serialized cache file
327
+
328
+ # ## PyCharm Patch ###
329
+ # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
330
+
331
+ # *.iml
332
+ # modules.xml
333
+ # .idea/misc.xml
334
+ # *.ipr
335
+
336
+ # Sonarlint plugin
337
+ # https://plugins.jetbrains.com/plugin/7973-sonarlint
338
+
339
+ # SonarQube Plugin
340
+ # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
341
+
342
+ # Markdown Navigator plugin
343
+ # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
344
+
345
+ # Cache file creation bug
346
+ # See https://youtrack.jetbrains.com/issue/JBR-2257
347
+
348
+ # CodeStream plugin
349
+ # https://plugins.jetbrains.com/plugin/12206-codestream
350
+
351
+ # ## VisualStudioCode ###
352
+ .vscode /*
353
+ ! .vscode /settings.json
354
+ ! .vscode /tasks.json
355
+ ! .vscode /launch.json
356
+ ! .vscode /extensions.json
357
+ * .code-workspace
358
+
359
+ # Local History for Visual Studio Code
360
+ .history /
361
+
362
+ # ## VisualStudioCode Patch ###
363
+ # Ignore all local history of files
364
+ .history
365
+ .ionide
0 commit comments