@@ -142,3 +142,367 @@ dist
142
142
.svelte-kit
143
143
144
144
# End of https://www.toptal.com/developers/gitignore/api/node
145
+
146
+ # # Ignore Visual Studio temporary files, build results, and
147
+ # # files generated by popular Visual Studio add-ons.
148
+ # #
149
+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
150
+
151
+ # User-specific files
152
+ * .rsuser
153
+ * .suo
154
+ * .user
155
+ * .userosscache
156
+ * .sln.docstates
157
+
158
+ # User-specific files (MonoDevelop/Xamarin Studio)
159
+ * .userprefs
160
+
161
+ # Mono auto generated files
162
+ mono_crash. *
163
+
164
+ # Build results
165
+ [Dd ]ebug /
166
+ [Dd ]ebugPublic /
167
+ [Rr ]elease /
168
+ [Rr ]eleases /
169
+ x64 /
170
+ x86 /
171
+ [Ww ][Ii ][Nn ]32 /
172
+ [Aa ][Rr ][Mm ]/
173
+ [Aa ][Rr ][Mm ]64 /
174
+ bld /
175
+ [Bb ]in /
176
+ [Oo ]bj /
177
+ [Oo ]ut /
178
+ [Ll ]og /
179
+ [Ll ]ogs /
180
+
181
+ # Visual Studio 2015/2017 cache/options directory
182
+ .vs /
183
+ # Uncomment if you have tasks that create the project's static files in wwwroot
184
+ # wwwroot/
185
+
186
+ # Visual Studio 2017 auto generated files
187
+ Generated \ Files /
188
+
189
+ # MSTest test Results
190
+ [Tt ]est [Rr ]esult * /
191
+ [Bb ]uild [Ll ]og. *
192
+
193
+ # NUnit
194
+ * .VisualState.xml
195
+ TestResult.xml
196
+ nunit- * .xml
197
+
198
+ # Build Results of an ATL Project
199
+ [Dd ]ebugPS /
200
+ [Rr ]eleasePS /
201
+ dlldata.c
202
+
203
+ # Benchmark Results
204
+ BenchmarkDotNet.Artifacts /
205
+
206
+ # .NET Core
207
+ project.lock.json
208
+ project.fragment.lock.json
209
+ artifacts /
210
+
211
+ # ASP.NET Scaffolding
212
+ ScaffoldingReadMe.txt
213
+
214
+ # StyleCop
215
+ StyleCopReport.xml
216
+
217
+ # Files built by Visual Studio
218
+ * _i.c
219
+ * _p.c
220
+ * _h.h
221
+ * .ilk
222
+ * .meta
223
+ * .obj
224
+ * .iobj
225
+ * .pch
226
+ * .pdb
227
+ * .ipdb
228
+ * .pgc
229
+ * .pgd
230
+ * .rsp
231
+ * .sbr
232
+ * .tlb
233
+ * .tli
234
+ * .tlh
235
+ * .tmp
236
+ * .tmp_proj
237
+ * _wpftmp.csproj
238
+ * .log
239
+ * .vspscc
240
+ * .vssscc
241
+ .builds
242
+ * .pidb
243
+ * .svclog
244
+ * .scc
245
+
246
+ # Chutzpah Test files
247
+ _Chutzpah *
248
+
249
+ # Visual C++ cache files
250
+ ipch /
251
+ * .aps
252
+ * .ncb
253
+ * .opendb
254
+ * .opensdf
255
+ * .sdf
256
+ * .cachefile
257
+ * .VC.db
258
+ * .VC.VC.opendb
259
+
260
+ # Visual Studio profiler
261
+ * .psess
262
+ * .vsp
263
+ * .vspx
264
+ * .sap
265
+
266
+ # Visual Studio Trace Files
267
+ * .e2e
268
+
269
+ # TFS 2012 Local Workspace
270
+ $tf /
271
+
272
+ # Guidance Automation Toolkit
273
+ * .gpState
274
+
275
+ # ReSharper is a .NET coding add-in
276
+ _ReSharper * /
277
+ * . [Rr ]e [Ss ]harper
278
+ * .DotSettings.user
279
+
280
+ # TeamCity is a build add-in
281
+ _TeamCity *
282
+
283
+ # DotCover is a Code Coverage Tool
284
+ * .dotCover
285
+
286
+ # AxoCover is a Code Coverage Tool
287
+ .axoCover /*
288
+ ! .axoCover /settings.json
289
+
290
+ # Coverlet is a free, cross platform Code Coverage Tool
291
+ coverage * .json
292
+ coverage * .xml
293
+ coverage * .info
294
+
295
+ # Visual Studio code coverage results
296
+ * .coverage
297
+ * .coveragexml
298
+
299
+ # NCrunch
300
+ _NCrunch_ *
301
+ . * crunch * .local.xml
302
+ nCrunchTemp_ *
303
+
304
+ # MightyMoose
305
+ * .mm. *
306
+ AutoTest.Net /
307
+
308
+ # Web workbench (sass)
309
+ .sass-cache /
310
+
311
+ # Installshield output folder
312
+ [Ee ]xpress /
313
+
314
+ # DocProject is a documentation generator add-in
315
+ DocProject /buildhelp /
316
+ DocProject /Help /* .HxT
317
+ DocProject /Help /* .HxC
318
+ DocProject /Help /* .hhc
319
+ DocProject /Help /* .hhk
320
+ DocProject /Help /* .hhp
321
+ DocProject /Help /Html2
322
+ DocProject /Help /html
323
+
324
+ # Click-Once directory
325
+ publish /
326
+
327
+ # Publish Web Output
328
+ * . [Pp ]ublish.xml
329
+ * .azurePubxml
330
+ # Note: Comment the next line if you want to checkin your web deploy settings,
331
+ # but database connection strings (with potential passwords) will be unencrypted
332
+ * .pubxml
333
+ * .publishproj
334
+
335
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
336
+ # checkin your Azure Web App publish settings, but sensitive information contained
337
+ # in these scripts will be unencrypted
338
+ PublishScripts /
339
+
340
+ # NuGet Packages
341
+ * .nupkg
342
+ # NuGet Symbol Packages
343
+ * .snupkg
344
+ # The packages folder can be ignored because of Package Restore
345
+ ** /[Pp ]ackages /*
346
+ # except build/, which is used as an MSBuild target.
347
+ ! ** /[Pp ]ackages /build /
348
+ # Uncomment if necessary however generally it will be regenerated when needed
349
+ # !**/[Pp]ackages/repositories.config
350
+ # NuGet v3's project.json files produces more ignorable files
351
+ * .nuget.props
352
+ * .nuget.targets
353
+
354
+ # Microsoft Azure Build Output
355
+ csx /
356
+ * .build.csdef
357
+
358
+ # Microsoft Azure Emulator
359
+ ecf /
360
+ rcf /
361
+
362
+ # Windows Store app package directories and files
363
+ AppPackages /
364
+ BundleArtifacts /
365
+ Package.StoreAssociation.xml
366
+ _pkginfo.txt
367
+ * .appx
368
+ * .appxbundle
369
+ * .appxupload
370
+
371
+ # Visual Studio cache files
372
+ # files ending in .cache can be ignored
373
+ * . [Cc ]ache
374
+ # but keep track of directories ending in .cache
375
+ ! ?* . [Cc ]ache /
376
+
377
+ # Others
378
+ ClientBin /
379
+ ~$ *
380
+ * ~
381
+ * .dbmdl
382
+ * .dbproj.schemaview
383
+ * .jfm
384
+ * .pfx
385
+ * .publishsettings
386
+ orleans.codegen.cs
387
+
388
+ # Including strong name files can present a security risk
389
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
390
+ # *.snk
391
+
392
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
393
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
394
+ # bower_components/
395
+
396
+ # RIA/Silverlight projects
397
+ Generated_Code /
398
+
399
+ # Backup & report files from converting an old project file
400
+ # to a newer Visual Studio version. Backup files are not needed,
401
+ # because we have git ;-)
402
+ _UpgradeReport_Files /
403
+ Backup * /
404
+ UpgradeLog * .XML
405
+ UpgradeLog * .htm
406
+ ServiceFabricBackup /
407
+ * .rptproj.bak
408
+
409
+ # SQL Server files
410
+ * .mdf
411
+ * .ldf
412
+ * .ndf
413
+
414
+ # Business Intelligence projects
415
+ * .rdl.data
416
+ * .bim.layout
417
+ * .bim_ * .settings
418
+ * .rptproj.rsuser
419
+ * - [Bb ]ackup.rdl
420
+ * - [Bb ]ackup ( [0-9 ]).rdl
421
+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
422
+
423
+ # Microsoft Fakes
424
+ FakesAssemblies /
425
+
426
+ # GhostDoc plugin setting file
427
+ * .GhostDoc.xml
428
+
429
+ # Node.js Tools for Visual Studio
430
+ .ntvs_analysis.dat
431
+ node_modules /
432
+
433
+ # Visual Studio 6 build log
434
+ * .plg
435
+
436
+ # Visual Studio 6 workspace options file
437
+ * .opt
438
+
439
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
440
+ * .vbw
441
+
442
+ # Visual Studio LightSwitch build output
443
+ ** /* .HTMLClient /GeneratedArtifacts
444
+ ** /* .DesktopClient /GeneratedArtifacts
445
+ ** /* .DesktopClient /ModelManifest.xml
446
+ ** /* .Server /GeneratedArtifacts
447
+ ** /* .Server /ModelManifest.xml
448
+ _Pvt_Extensions
449
+
450
+ # Paket dependency manager
451
+ .paket /paket.exe
452
+ paket-files /
453
+
454
+ # FAKE - F# Make
455
+ .fake /
456
+
457
+ # CodeRush personal settings
458
+ .cr /personal
459
+
460
+ # Python Tools for Visual Studio (PTVS)
461
+ __pycache__ /
462
+ * .pyc
463
+
464
+ # Cake - Uncomment if you are using it
465
+ # tools/**
466
+ # !tools/packages.config
467
+
468
+ # Tabs Studio
469
+ * .tss
470
+
471
+ # Telerik's JustMock configuration file
472
+ * .jmconfig
473
+
474
+ # BizTalk build output
475
+ * .btp.cs
476
+ * .btm.cs
477
+ * .odx.cs
478
+ * .xsd.cs
479
+
480
+ # OpenCover UI analysis results
481
+ OpenCover /
482
+
483
+ # Azure Stream Analytics local run output
484
+ ASALocalRun /
485
+
486
+ # MSBuild Binary and Structured Log
487
+ * .binlog
488
+
489
+ # NVidia Nsight GPU debugger configuration file
490
+ * .nvuser
491
+
492
+ # MFractors (Xamarin productivity tool) working folder
493
+ .mfractor /
494
+
495
+ # Local History for Visual Studio
496
+ .localhistory /
497
+
498
+ # BeatPulse healthcheck temp database
499
+ healthchecksdb
500
+
501
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
502
+ MigrationBackup /
503
+
504
+ # Ionide (cross platform F# VS Code tools) working folder
505
+ .ionide /
506
+
507
+ # Fody - auto-generated XML schema
508
+ FodyWeavers.xsd
0 commit comments