1
|
# Created by .ignore support plugin (hsz.mobi)
|
2
|
### VisualStudioCode template
|
3
|
.vscode/*
|
4
|
!.vscode/settings.json
|
5
|
!.vscode/tasks.json
|
6
|
!.vscode/launch.json
|
7
|
!.vscode/extensions.json
|
8
|
*.code-workspace
|
9
|
|
10
|
# Local History for Visual Studio Code
|
11
|
.history/
|
12
|
|
13
|
### VisualStudio template
|
14
|
## Ignore Visual Studio temporary files, build results, and
|
15
|
## files generated by popular Visual Studio add-ons.
|
16
|
##
|
17
|
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
18
|
|
19
|
# User-specific files
|
20
|
*.rsuser
|
21
|
*.suo
|
22
|
*.user
|
23
|
*.userosscache
|
24
|
*.sln.docstates
|
25
|
|
26
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
27
|
*.userprefs
|
28
|
|
29
|
# Mono auto generated files
|
30
|
mono_crash.*
|
31
|
|
32
|
# Build results
|
33
|
[Dd]ebug/
|
34
|
[Dd]ebugPublic/
|
35
|
[Rr]elease/
|
36
|
[Rr]eleases/
|
37
|
x64/
|
38
|
x86/
|
39
|
[Ww][Ii][Nn]32/
|
40
|
[Aa][Rr][Mm]/
|
41
|
[Aa][Rr][Mm]64/
|
42
|
bld/
|
43
|
[Bb]in/
|
44
|
[Oo]bj/
|
45
|
[Ll]og/
|
46
|
[Ll]ogs/
|
47
|
|
48
|
# Visual Studio 2015/2017 cache/options directory
|
49
|
.vs/
|
50
|
# Uncomment if you have tasks that create the project's static files in wwwroot
|
51
|
#wwwroot/
|
52
|
|
53
|
# Visual Studio 2017 auto generated files
|
54
|
Generated\ Files/
|
55
|
|
56
|
# MSTest test Results
|
57
|
[Tt]est[Rr]esult*/
|
58
|
[Bb]uild[Ll]og.*
|
59
|
|
60
|
# NUnit
|
61
|
*.VisualState.xml
|
62
|
TestResult.xml
|
63
|
nunit-*.xml
|
64
|
|
65
|
# Build Results of an ATL Project
|
66
|
[Dd]ebugPS/
|
67
|
[Rr]eleasePS/
|
68
|
dlldata.c
|
69
|
|
70
|
# Benchmark Results
|
71
|
BenchmarkDotNet.Artifacts/
|
72
|
|
73
|
# .NET Core
|
74
|
project.lock.json
|
75
|
project.fragment.lock.json
|
76
|
artifacts/
|
77
|
|
78
|
# ASP.NET Scaffolding
|
79
|
ScaffoldingReadMe.txt
|
80
|
|
81
|
# StyleCop
|
82
|
StyleCopReport.xml
|
83
|
|
84
|
# Files built by Visual Studio
|
85
|
*_i.c
|
86
|
*_p.c
|
87
|
*_h.h
|
88
|
*.ilk
|
89
|
*.meta
|
90
|
*.obj
|
91
|
*.iobj
|
92
|
*.pch
|
93
|
*.pdb
|
94
|
*.ipdb
|
95
|
*.pgc
|
96
|
*.pgd
|
97
|
*.rsp
|
98
|
*.sbr
|
99
|
*.tlb
|
100
|
*.tli
|
101
|
*.tlh
|
102
|
*.tmp
|
103
|
*.tmp_proj
|
104
|
*_wpftmp.csproj
|
105
|
*.log
|
106
|
*.vspscc
|
107
|
*.vssscc
|
108
|
.builds
|
109
|
*.pidb
|
110
|
*.svclog
|
111
|
*.scc
|
112
|
|
113
|
# Chutzpah Test files
|
114
|
_Chutzpah*
|
115
|
|
116
|
# Visual C++ cache files
|
117
|
ipch/
|
118
|
*.aps
|
119
|
*.ncb
|
120
|
*.opendb
|
121
|
*.opensdf
|
122
|
*.sdf
|
123
|
*.cachefile
|
124
|
*.VC.db
|
125
|
*.VC.VC.opendb
|
126
|
|
127
|
# Visual Studio profiler
|
128
|
*.psess
|
129
|
*.vsp
|
130
|
*.vspx
|
131
|
*.sap
|
132
|
|
133
|
# Visual Studio Trace Files
|
134
|
*.e2e
|
135
|
|
136
|
# TFS 2012 Local Workspace
|
137
|
$tf/
|
138
|
|
139
|
# Guidance Automation Toolkit
|
140
|
*.gpState
|
141
|
|
142
|
# ReSharper is a .NET coding add-in
|
143
|
_ReSharper*/
|
144
|
*.[Rr]e[Ss]harper
|
145
|
*.DotSettings.user
|
146
|
|
147
|
# TeamCity is a build add-in
|
148
|
_TeamCity*
|
149
|
|
150
|
# DotCover is a Code Coverage Tool
|
151
|
*.dotCover
|
152
|
|
153
|
# AxoCover is a Code Coverage Tool
|
154
|
.axoCover/*
|
155
|
!.axoCover/settings.json
|
156
|
|
157
|
# Coverlet is a free, cross platform Code Coverage Tool
|
158
|
coverage*.json
|
159
|
coverage*.xml
|
160
|
coverage*.info
|
161
|
|
162
|
# Visual Studio code coverage results
|
163
|
*.coverage
|
164
|
*.coveragexml
|
165
|
|
166
|
# NCrunch
|
167
|
_NCrunch_*
|
168
|
.*crunch*.local.xml
|
169
|
nCrunchTemp_*
|
170
|
|
171
|
# MightyMoose
|
172
|
*.mm.*
|
173
|
AutoTest.Net/
|
174
|
|
175
|
# Web workbench (sass)
|
176
|
.sass-cache/
|
177
|
|
178
|
# Installshield output folder
|
179
|
[Ee]xpress/
|
180
|
|
181
|
# DocProject is a documentation generator add-in
|
182
|
DocProject/buildhelp/
|
183
|
DocProject/Help/*.HxT
|
184
|
DocProject/Help/*.HxC
|
185
|
DocProject/Help/*.hhc
|
186
|
DocProject/Help/*.hhk
|
187
|
DocProject/Help/*.hhp
|
188
|
DocProject/Help/Html2
|
189
|
DocProject/Help/html
|
190
|
|
191
|
# Click-Once directory
|
192
|
publish/
|
193
|
|
194
|
# Publish Web Output
|
195
|
*.[Pp]ublish.xml
|
196
|
*.azurePubxml
|
197
|
# Note: Comment the next line if you want to checkin your web deploy settings,
|
198
|
# but database connection strings (with potential passwords) will be unencrypted
|
199
|
*.pubxml
|
200
|
*.publishproj
|
201
|
|
202
|
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
203
|
# checkin your Azure Web App publish settings, but sensitive information contained
|
204
|
# in these scripts will be unencrypted
|
205
|
PublishScripts/
|
206
|
|
207
|
# NuGet Packages
|
208
|
*.nupkg
|
209
|
# NuGet Symbol Packages
|
210
|
*.snupkg
|
211
|
# The packages folder can be ignored because of Package Restore
|
212
|
**/[Pp]ackages/*
|
213
|
# except build/, which is used as an MSBuild target.
|
214
|
!**/[Pp]ackages/build/
|
215
|
# Uncomment if necessary however generally it will be regenerated when needed
|
216
|
#!**/[Pp]ackages/repositories.config
|
217
|
# NuGet v3's project.json files produces more ignorable files
|
218
|
*.nuget.props
|
219
|
*.nuget.targets
|
220
|
|
221
|
# Microsoft Azure Build Output
|
222
|
csx/
|
223
|
*.build.csdef
|
224
|
|
225
|
# Microsoft Azure Emulator
|
226
|
ecf/
|
227
|
rcf/
|
228
|
|
229
|
# Windows Store app package directories and files
|
230
|
AppPackages/
|
231
|
BundleArtifacts/
|
232
|
Package.StoreAssociation.xml
|
233
|
_pkginfo.txt
|
234
|
*.appx
|
235
|
*.appxbundle
|
236
|
*.appxupload
|
237
|
|
238
|
# Visual Studio cache files
|
239
|
# files ending in .cache can be ignored
|
240
|
*.[Cc]ache
|
241
|
# but keep track of directories ending in .cache
|
242
|
!?*.[Cc]ache/
|
243
|
|
244
|
# Others
|
245
|
ClientBin/
|
246
|
~$*
|
247
|
*~
|
248
|
*.dbmdl
|
249
|
*.dbproj.schemaview
|
250
|
*.jfm
|
251
|
*.pfx
|
252
|
*.publishsettings
|
253
|
orleans.codegen.cs
|
254
|
|
255
|
# Including strong name files can present a security risk
|
256
|
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
257
|
#*.snk
|
258
|
|
259
|
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
260
|
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
261
|
#bower_components/
|
262
|
|
263
|
# RIA/Silverlight projects
|
264
|
Generated_Code/
|
265
|
|
266
|
# Backup & report files from converting an old project file
|
267
|
# to a newer Visual Studio version. Backup files are not needed,
|
268
|
# because we have git ;-)
|
269
|
_UpgradeReport_Files/
|
270
|
Backup*/
|
271
|
UpgradeLog*.XML
|
272
|
UpgradeLog*.htm
|
273
|
ServiceFabricBackup/
|
274
|
*.rptproj.bak
|
275
|
|
276
|
# SQL Server files
|
277
|
*.mdf
|
278
|
*.ldf
|
279
|
*.ndf
|
280
|
|
281
|
# Business Intelligence projects
|
282
|
*.rdl.data
|
283
|
*.bim.layout
|
284
|
*.bim_*.settings
|
285
|
*.rptproj.rsuser
|
286
|
*- [Bb]ackup.rdl
|
287
|
*- [Bb]ackup ([0-9]).rdl
|
288
|
*- [Bb]ackup ([0-9][0-9]).rdl
|
289
|
|
290
|
# Microsoft Fakes
|
291
|
FakesAssemblies/
|
292
|
|
293
|
# GhostDoc plugin setting file
|
294
|
*.GhostDoc.xml
|
295
|
|
296
|
# Node.js Tools for Visual Studio
|
297
|
.ntvs_analysis.dat
|
298
|
node_modules/
|
299
|
|
300
|
# Visual Studio 6 build log
|
301
|
*.plg
|
302
|
|
303
|
# Visual Studio 6 workspace options file
|
304
|
*.opt
|
305
|
|
306
|
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
307
|
*.vbw
|
308
|
|
309
|
# Visual Studio LightSwitch build output
|
310
|
**/*.HTMLClient/GeneratedArtifacts
|
311
|
**/*.DesktopClient/GeneratedArtifacts
|
312
|
**/*.DesktopClient/ModelManifest.xml
|
313
|
**/*.Server/GeneratedArtifacts
|
314
|
**/*.Server/ModelManifest.xml
|
315
|
_Pvt_Extensions
|
316
|
|
317
|
# Paket dependency manager
|
318
|
.paket/paket.exe
|
319
|
paket-files/
|
320
|
|
321
|
# FAKE - F# Make
|
322
|
.fake/
|
323
|
|
324
|
# CodeRush personal settings
|
325
|
.cr/personal
|
326
|
|
327
|
# Python Tools for Visual Studio (PTVS)
|
328
|
__pycache__/
|
329
|
*.pyc
|
330
|
|
331
|
# Cake - Uncomment if you are using it
|
332
|
# tools/**
|
333
|
# !tools/packages.config
|
334
|
|
335
|
# Tabs Studio
|
336
|
*.tss
|
337
|
|
338
|
# Telerik's JustMock configuration file
|
339
|
*.jmconfig
|
340
|
|
341
|
# BizTalk build output
|
342
|
*.btp.cs
|
343
|
*.btm.cs
|
344
|
*.odx.cs
|
345
|
*.xsd.cs
|
346
|
|
347
|
# OpenCover UI analysis results
|
348
|
OpenCover/
|
349
|
|
350
|
# Azure Stream Analytics local run output
|
351
|
ASALocalRun/
|
352
|
|
353
|
# MSBuild Binary and Structured Log
|
354
|
*.binlog
|
355
|
|
356
|
# NVidia Nsight GPU debugger configuration file
|
357
|
*.nvuser
|
358
|
|
359
|
# MFractors (Xamarin productivity tool) working folder
|
360
|
.mfractor/
|
361
|
|
362
|
# Local History for Visual Studio
|
363
|
.localhistory/
|
364
|
|
365
|
# BeatPulse healthcheck temp database
|
366
|
healthchecksdb
|
367
|
|
368
|
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
369
|
MigrationBackup/
|
370
|
|
371
|
# Ionide (cross platform F# VS Code tools) working folder
|
372
|
.ionide/
|
373
|
|
374
|
# Fody - auto-generated XML schema
|
375
|
FodyWeavers.xsd
|
376
|
|
377
|
### VisualStudio template
|
378
|
## Ignore Visual Studio temporary files, build results, and
|
379
|
## files generated by popular Visual Studio add-ons.
|
380
|
##
|
381
|
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
382
|
|
383
|
# User-specific files
|
384
|
*.rsuser
|
385
|
*.suo
|
386
|
*.user
|
387
|
*.userosscache
|
388
|
*.sln.docstates
|
389
|
|
390
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
391
|
*.userprefs
|
392
|
|
393
|
# Mono auto generated files
|
394
|
mono_crash.*
|
395
|
|
396
|
# Build results
|
397
|
[Dd]ebug/
|
398
|
[Dd]ebugPublic/
|
399
|
[Rr]elease/
|
400
|
[Rr]eleases/
|
401
|
x64/
|
402
|
x86/
|
403
|
[Ww][Ii][Nn]32/
|
404
|
[Aa][Rr][Mm]/
|
405
|
[Aa][Rr][Mm]64/
|
406
|
bld/
|
407
|
[Bb]in/
|
408
|
[Oo]bj/
|
409
|
[Ll]og/
|
410
|
[Ll]ogs/
|
411
|
|
412
|
# Visual Studio 2015/2017 cache/options directory
|
413
|
.vs/
|
414
|
# Uncomment if you have tasks that create the project's static files in wwwroot
|
415
|
#wwwroot/
|
416
|
|
417
|
# Visual Studio 2017 auto generated files
|
418
|
Generated\ Files/
|
419
|
|
420
|
# MSTest test Results
|
421
|
[Tt]est[Rr]esult*/
|
422
|
[Bb]uild[Ll]og.*
|
423
|
|
424
|
# NUnit
|
425
|
*.VisualState.xml
|
426
|
TestResult.xml
|
427
|
nunit-*.xml
|
428
|
|
429
|
# Build Results of an ATL Project
|
430
|
[Dd]ebugPS/
|
431
|
[Rr]eleasePS/
|
432
|
dlldata.c
|
433
|
|
434
|
# Benchmark Results
|
435
|
BenchmarkDotNet.Artifacts/
|
436
|
|
437
|
# .NET Core
|
438
|
project.lock.json
|
439
|
project.fragment.lock.json
|
440
|
artifacts/
|
441
|
|
442
|
# ASP.NET Scaffolding
|
443
|
ScaffoldingReadMe.txt
|
444
|
|
445
|
# StyleCop
|
446
|
StyleCopReport.xml
|
447
|
|
448
|
# Files built by Visual Studio
|
449
|
*_i.c
|
450
|
*_p.c
|
451
|
*_h.h
|
452
|
*.ilk
|
453
|
*.meta
|
454
|
*.obj
|
455
|
*.iobj
|
456
|
*.pch
|
457
|
*.pdb
|
458
|
*.ipdb
|
459
|
*.pgc
|
460
|
*.pgd
|
461
|
*.rsp
|
462
|
*.sbr
|
463
|
*.tlb
|
464
|
*.tli
|
465
|
*.tlh
|
466
|
*.tmp
|
467
|
*.tmp_proj
|
468
|
*_wpftmp.csproj
|
469
|
*.log
|
470
|
*.vspscc
|
471
|
*.vssscc
|
472
|
.builds
|
473
|
*.pidb
|
474
|
*.svclog
|
475
|
*.scc
|
476
|
|
477
|
# Chutzpah Test files
|
478
|
_Chutzpah*
|
479
|
|
480
|
# Visual C++ cache files
|
481
|
ipch/
|
482
|
*.aps
|
483
|
*.ncb
|
484
|
*.opendb
|
485
|
*.opensdf
|
486
|
*.sdf
|
487
|
*.cachefile
|
488
|
*.VC.db
|
489
|
*.VC.VC.opendb
|
490
|
|
491
|
# Visual Studio profiler
|
492
|
*.psess
|
493
|
*.vsp
|
494
|
*.vspx
|
495
|
*.sap
|
496
|
|
497
|
# Visual Studio Trace Files
|
498
|
*.e2e
|
499
|
|
500
|
# TFS 2012 Local Workspace
|
501
|
$tf/
|
502
|
|
503
|
# Guidance Automation Toolkit
|
504
|
*.gpState
|
505
|
|
506
|
# ReSharper is a .NET coding add-in
|
507
|
_ReSharper*/
|
508
|
*.[Rr]e[Ss]harper
|
509
|
*.DotSettings.user
|
510
|
|
511
|
# TeamCity is a build add-in
|
512
|
_TeamCity*
|
513
|
|
514
|
# DotCover is a Code Coverage Tool
|
515
|
*.dotCover
|
516
|
|
517
|
# AxoCover is a Code Coverage Tool
|
518
|
.axoCover/*
|
519
|
!.axoCover/settings.json
|
520
|
|
521
|
# Coverlet is a free, cross platform Code Coverage Tool
|
522
|
coverage*.json
|
523
|
coverage*.xml
|
524
|
coverage*.info
|
525
|
|
526
|
# Visual Studio code coverage results
|
527
|
*.coverage
|
528
|
*.coveragexml
|
529
|
|
530
|
# NCrunch
|
531
|
_NCrunch_*
|
532
|
.*crunch*.local.xml
|
533
|
nCrunchTemp_*
|
534
|
|
535
|
# MightyMoose
|
536
|
*.mm.*
|
537
|
AutoTest.Net/
|
538
|
|
539
|
# Web workbench (sass)
|
540
|
.sass-cache/
|
541
|
|
542
|
# Installshield output folder
|
543
|
[Ee]xpress/
|
544
|
|
545
|
# DocProject is a documentation generator add-in
|
546
|
DocProject/buildhelp/
|
547
|
DocProject/Help/*.HxT
|
548
|
DocProject/Help/*.HxC
|
549
|
DocProject/Help/*.hhc
|
550
|
DocProject/Help/*.hhk
|
551
|
DocProject/Help/*.hhp
|
552
|
DocProject/Help/Html2
|
553
|
DocProject/Help/html
|
554
|
|
555
|
# Click-Once directory
|
556
|
publish/
|
557
|
|
558
|
# Publish Web Output
|
559
|
*.[Pp]ublish.xml
|
560
|
*.azurePubxml
|
561
|
# Note: Comment the next line if you want to checkin your web deploy settings,
|
562
|
# but database connection strings (with potential passwords) will be unencrypted
|
563
|
*.pubxml
|
564
|
*.publishproj
|
565
|
|
566
|
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
567
|
# checkin your Azure Web App publish settings, but sensitive information contained
|
568
|
# in these scripts will be unencrypted
|
569
|
PublishScripts/
|
570
|
|
571
|
# NuGet Packages
|
572
|
*.nupkg
|
573
|
# NuGet Symbol Packages
|
574
|
*.snupkg
|
575
|
# The packages folder can be ignored because of Package Restore
|
576
|
**/[Pp]ackages/*
|
577
|
# except build/, which is used as an MSBuild target.
|
578
|
!**/[Pp]ackages/build/
|
579
|
# Uncomment if necessary however generally it will be regenerated when needed
|
580
|
#!**/[Pp]ackages/repositories.config
|
581
|
# NuGet v3's project.json files produces more ignorable files
|
582
|
*.nuget.props
|
583
|
*.nuget.targets
|
584
|
|
585
|
# Microsoft Azure Build Output
|
586
|
csx/
|
587
|
*.build.csdef
|
588
|
|
589
|
# Microsoft Azure Emulator
|
590
|
ecf/
|
591
|
rcf/
|
592
|
|
593
|
# Windows Store app package directories and files
|
594
|
AppPackages/
|
595
|
BundleArtifacts/
|
596
|
Package.StoreAssociation.xml
|
597
|
_pkginfo.txt
|
598
|
*.appx
|
599
|
*.appxbundle
|
600
|
*.appxupload
|
601
|
|
602
|
# Visual Studio cache files
|
603
|
# files ending in .cache can be ignored
|
604
|
*.[Cc]ache
|
605
|
# but keep track of directories ending in .cache
|
606
|
!?*.[Cc]ache/
|
607
|
|
608
|
# Others
|
609
|
ClientBin/
|
610
|
~$*
|
611
|
*~
|
612
|
*.dbmdl
|
613
|
*.dbproj.schemaview
|
614
|
*.jfm
|
615
|
*.pfx
|
616
|
*.publishsettings
|
617
|
orleans.codegen.cs
|
618
|
|
619
|
# Including strong name files can present a security risk
|
620
|
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
621
|
#*.snk
|
622
|
|
623
|
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
624
|
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
625
|
#bower_components/
|
626
|
|
627
|
# RIA/Silverlight projects
|
628
|
Generated_Code/
|
629
|
|
630
|
# Backup & report files from converting an old project file
|
631
|
# to a newer Visual Studio version. Backup files are not needed,
|
632
|
# because we have git ;-)
|
633
|
_UpgradeReport_Files/
|
634
|
Backup*/
|
635
|
UpgradeLog*.XML
|
636
|
UpgradeLog*.htm
|
637
|
ServiceFabricBackup/
|
638
|
*.rptproj.bak
|
639
|
|
640
|
# SQL Server files
|
641
|
*.mdf
|
642
|
*.ldf
|
643
|
*.ndf
|
644
|
|
645
|
# Business Intelligence projects
|
646
|
*.rdl.data
|
647
|
*.bim.layout
|
648
|
*.bim_*.settings
|
649
|
*.rptproj.rsuser
|
650
|
*- [Bb]ackup.rdl
|
651
|
*- [Bb]ackup ([0-9]).rdl
|
652
|
*- [Bb]ackup ([0-9][0-9]).rdl
|
653
|
|
654
|
# Microsoft Fakes
|
655
|
FakesAssemblies/
|
656
|
|
657
|
# GhostDoc plugin setting file
|
658
|
*.GhostDoc.xml
|
659
|
|
660
|
# Node.js Tools for Visual Studio
|
661
|
.ntvs_analysis.dat
|
662
|
node_modules/
|
663
|
|
664
|
# Visual Studio 6 build log
|
665
|
*.plg
|
666
|
|
667
|
# Visual Studio 6 workspace options file
|
668
|
*.opt
|
669
|
|
670
|
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
671
|
*.vbw
|
672
|
|
673
|
# Visual Studio LightSwitch build output
|
674
|
**/*.HTMLClient/GeneratedArtifacts
|
675
|
**/*.DesktopClient/GeneratedArtifacts
|
676
|
**/*.DesktopClient/ModelManifest.xml
|
677
|
**/*.Server/GeneratedArtifacts
|
678
|
**/*.Server/ModelManifest.xml
|
679
|
_Pvt_Extensions
|
680
|
|
681
|
# Paket dependency manager
|
682
|
.paket/paket.exe
|
683
|
paket-files/
|
684
|
|
685
|
# FAKE - F# Make
|
686
|
.fake/
|
687
|
|
688
|
# CodeRush personal settings
|
689
|
.cr/personal
|
690
|
|
691
|
# Python Tools for Visual Studio (PTVS)
|
692
|
__pycache__/
|
693
|
*.pyc
|
694
|
|
695
|
# Cake - Uncomment if you are using it
|
696
|
# tools/**
|
697
|
# !tools/packages.config
|
698
|
|
699
|
# Tabs Studio
|
700
|
*.tss
|
701
|
|
702
|
# Telerik's JustMock configuration file
|
703
|
*.jmconfig
|
704
|
|
705
|
# BizTalk build output
|
706
|
*.btp.cs
|
707
|
*.btm.cs
|
708
|
*.odx.cs
|
709
|
*.xsd.cs
|
710
|
|
711
|
# OpenCover UI analysis results
|
712
|
OpenCover/
|
713
|
|
714
|
# Azure Stream Analytics local run output
|
715
|
ASALocalRun/
|
716
|
|
717
|
# MSBuild Binary and Structured Log
|
718
|
*.binlog
|
719
|
|
720
|
# NVidia Nsight GPU debugger configuration file
|
721
|
*.nvuser
|
722
|
|
723
|
# MFractors (Xamarin productivity tool) working folder
|
724
|
.mfractor/
|
725
|
|
726
|
# Local History for Visual Studio
|
727
|
.localhistory/
|
728
|
|
729
|
# BeatPulse healthcheck temp database
|
730
|
healthchecksdb
|
731
|
|
732
|
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
733
|
MigrationBackup/
|
734
|
|
735
|
# Ionide (cross platform F# VS Code tools) working folder
|
736
|
.ionide/
|
737
|
|
738
|
# Fody - auto-generated XML schema
|
739
|
FodyWeavers.xsd
|
740
|
|
741
|
### VisualStudioCode template
|
742
|
.vscode/*
|
743
|
!.vscode/settings.json
|
744
|
!.vscode/tasks.json
|
745
|
!.vscode/launch.json
|
746
|
!.vscode/extensions.json
|
747
|
*.code-workspace
|
748
|
|
749
|
# Local History for Visual Studio Code
|
750
|
.history/
|
751
|
|
752
|
### JetBrains template
|
753
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
754
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
755
|
|
756
|
# User-specific stuff
|
757
|
.idea/**/workspace.xml
|
758
|
.idea/**/tasks.xml
|
759
|
.idea/**/usage.statistics.xml
|
760
|
.idea/**/dictionaries
|
761
|
.idea/**/shelf
|
762
|
|
763
|
# Generated files
|
764
|
.idea/**/contentModel.xml
|
765
|
|
766
|
# Sensitive or high-churn files
|
767
|
.idea/**/dataSources/
|
768
|
.idea/**/dataSources.ids
|
769
|
.idea/**/dataSources.local.xml
|
770
|
.idea/**/sqlDataSources.xml
|
771
|
.idea/**/dynamic.xml
|
772
|
.idea/**/uiDesigner.xml
|
773
|
.idea/**/dbnavigator.xml
|
774
|
|
775
|
# Gradle
|
776
|
.idea/**/gradle.xml
|
777
|
.idea/**/libraries
|
778
|
|
779
|
# Gradle and Maven with auto-import
|
780
|
# When using Gradle or Maven with auto-import, you should exclude module files,
|
781
|
# since they will be recreated, and may cause churn. Uncomment if using
|
782
|
# auto-import.
|
783
|
# .idea/artifacts
|
784
|
# .idea/compiler.xml
|
785
|
# .idea/jarRepositories.xml
|
786
|
# .idea/modules.xml
|
787
|
# .idea/*.iml
|
788
|
# .idea/modules
|
789
|
# *.iml
|
790
|
# *.ipr
|
791
|
|
792
|
# CMake
|
793
|
cmake-build-*/
|
794
|
|
795
|
# Mongo Explorer plugin
|
796
|
.idea/**/mongoSettings.xml
|
797
|
|
798
|
# File-based project format
|
799
|
*.iws
|
800
|
|
801
|
# IntelliJ
|
802
|
out/
|
803
|
|
804
|
# mpeltonen/sbt-idea plugin
|
805
|
.idea_modules/
|
806
|
|
807
|
# JIRA plugin
|
808
|
atlassian-ide-plugin.xml
|
809
|
|
810
|
# Cursive Clojure plugin
|
811
|
.idea/replstate.xml
|
812
|
|
813
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
814
|
com_crashlytics_export_strings.xml
|
815
|
crashlytics.properties
|
816
|
crashlytics-build.properties
|
817
|
fabric.properties
|
818
|
|
819
|
# Editor-based Rest Client
|
820
|
.idea/httpRequests
|
821
|
|
822
|
# Android studio 3.1+ serialized cache file
|
823
|
.idea/caches/build_file_checksums.ser
|
824
|
|
825
|
### VisualStudioCode template
|
826
|
.vscode/*
|
827
|
!.vscode/settings.json
|
828
|
!.vscode/tasks.json
|
829
|
!.vscode/launch.json
|
830
|
!.vscode/extensions.json
|
831
|
*.code-workspace
|
832
|
|
833
|
# Local History for Visual Studio Code
|
834
|
.history/
|
835
|
|
836
|
### JetBrains template
|
837
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
838
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
839
|
|
840
|
# User-specific stuff
|
841
|
.idea/**/workspace.xml
|
842
|
.idea/**/tasks.xml
|
843
|
.idea/**/usage.statistics.xml
|
844
|
.idea/**/dictionaries
|
845
|
.idea/**/shelf
|
846
|
|
847
|
# Generated files
|
848
|
.idea/**/contentModel.xml
|
849
|
|
850
|
# Sensitive or high-churn files
|
851
|
.idea/**/dataSources/
|
852
|
.idea/**/dataSources.ids
|
853
|
.idea/**/dataSources.local.xml
|
854
|
.idea/**/sqlDataSources.xml
|
855
|
.idea/**/dynamic.xml
|
856
|
.idea/**/uiDesigner.xml
|
857
|
.idea/**/dbnavigator.xml
|
858
|
|
859
|
# Gradle
|
860
|
.idea/**/gradle.xml
|
861
|
.idea/**/libraries
|
862
|
|
863
|
# Gradle and Maven with auto-import
|
864
|
# When using Gradle or Maven with auto-import, you should exclude module files,
|
865
|
# since they will be recreated, and may cause churn. Uncomment if using
|
866
|
# auto-import.
|
867
|
# .idea/artifacts
|
868
|
# .idea/compiler.xml
|
869
|
# .idea/jarRepositories.xml
|
870
|
# .idea/modules.xml
|
871
|
# .idea/*.iml
|
872
|
# .idea/modules
|
873
|
# *.iml
|
874
|
# *.ipr
|
875
|
|
876
|
# CMake
|
877
|
cmake-build-*/
|
878
|
|
879
|
# Mongo Explorer plugin
|
880
|
.idea/**/mongoSettings.xml
|
881
|
|
882
|
# File-based project format
|
883
|
*.iws
|
884
|
|
885
|
# IntelliJ
|
886
|
out/
|
887
|
|
888
|
# mpeltonen/sbt-idea plugin
|
889
|
.idea_modules/
|
890
|
|
891
|
# JIRA plugin
|
892
|
atlassian-ide-plugin.xml
|
893
|
|
894
|
# Cursive Clojure plugin
|
895
|
.idea/replstate.xml
|
896
|
|
897
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
898
|
com_crashlytics_export_strings.xml
|
899
|
crashlytics.properties
|
900
|
crashlytics-build.properties
|
901
|
fabric.properties
|
902
|
|
903
|
# Editor-based Rest Client
|
904
|
.idea/httpRequests
|
905
|
|
906
|
# Android studio 3.1+ serialized cache file
|
907
|
.idea/caches/build_file_checksums.ser
|
908
|
|
909
|
.idea/
|
910
|
|
911
|
src/Presentation/Leuze.Modules/
|