/ .gitignore
.gitignore
  1  ## Ignore Visual Studio temporary files, build results, and
  2  ## files generated by popular Visual Studio add-ons.
  3  ##
  4  ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
  5  
  6  # User-specific files
  7  *.rsuser
  8  *.suo
  9  *.user
 10  *.userosscache
 11  *.sln.docstates
 12  *.env
 13  
 14  # User-specific files (MonoDevelop/Xamarin Studio)
 15  *.userprefs
 16  
 17  # Mono auto generated files
 18  mono_crash.*
 19  
 20  # Build results
 21  [Dd]ebug/
 22  [Dd]ebugPublic/
 23  [Rr]elease/
 24  [Rr]eleases/
 25  x64/
 26  x86/
 27  [Ww][Ii][Nn]32/
 28  [Aa][Rr][Mm]/
 29  [Aa][Rr][Mm]64/
 30  [Aa][Rr][Mm]64[Ee][Cc]/
 31  bld/
 32  [Oo]bj/
 33  [Oo]ut/
 34  [Ll]og/
 35  [Ll]ogs/
 36  
 37  # Build results on 'Bin' directories
 38  **/[Bb]in/*
 39  # Uncomment if you have tasks that rely on *.refresh files to move binaries
 40  # (https://github.com/github/gitignore/pull/3736)
 41  #!**/[Bb]in/*.refresh
 42  
 43  # Visual Studio 2015/2017 cache/options directory
 44  .vs/
 45  # Uncomment if you have tasks that create the project's static files in wwwroot
 46  #wwwroot/
 47  
 48  # Visual Studio 2017 auto generated files
 49  Generated\ Files/
 50  
 51  # MSTest test Results
 52  [Tt]est[Rr]esult*/
 53  [Bb]uild[Ll]og.*
 54  *.trx
 55  
 56  # NUnit
 57  *.VisualState.xml
 58  TestResult.xml
 59  nunit-*.xml
 60  
 61  # Approval Tests result files
 62  *.received.*
 63  
 64  # Build Results of an ATL Project
 65  [Dd]ebugPS/
 66  [Rr]eleasePS/
 67  dlldata.c
 68  
 69  # Benchmark Results
 70  BenchmarkDotNet.Artifacts/
 71  
 72  # .NET Core
 73  project.lock.json
 74  project.fragment.lock.json
 75  artifacts/
 76  
 77  # ASP.NET Scaffolding
 78  ScaffoldingReadMe.txt
 79  
 80  # StyleCop
 81  StyleCopReport.xml
 82  
 83  # Files built by Visual Studio
 84  *_i.c
 85  *_p.c
 86  *_h.h
 87  *.ilk
 88  *.meta
 89  *.obj
 90  *.idb
 91  *.iobj
 92  *.pch
 93  *.pdb
 94  *.ipdb
 95  *.pgc
 96  *.pgd
 97  *.rsp
 98  # but not Directory.Build.rsp, as it configures directory-level build defaults
 99  !Directory.Build.rsp
100  *.sbr
101  *.tlb
102  *.tli
103  *.tlh
104  *.tmp
105  *.tmp_proj
106  *_wpftmp.csproj
107  *.log
108  *.tlog
109  *.vspscc
110  *.vssscc
111  .builds
112  *.pidb
113  *.svclog
114  *.scc
115  
116  # Chutzpah Test files
117  _Chutzpah*
118  
119  # Visual C++ cache files
120  ipch/
121  *.aps
122  *.ncb
123  *.opendb
124  *.opensdf
125  *.sdf
126  *.cachefile
127  *.VC.db
128  *.VC.VC.opendb
129  
130  # Visual Studio profiler
131  *.psess
132  *.vsp
133  *.vspx
134  *.sap
135  
136  # Visual Studio Trace Files
137  *.e2e
138  
139  # TFS 2012 Local Workspace
140  $tf/
141  
142  # Guidance Automation Toolkit
143  *.gpState
144  
145  # ReSharper is a .NET coding add-in
146  _ReSharper*/
147  *.[Rr]e[Ss]harper
148  *.DotSettings.user
149  
150  # TeamCity is a build add-in
151  _TeamCity*
152  
153  # DotCover is a Code Coverage Tool
154  *.dotCover
155  
156  # AxoCover is a Code Coverage Tool
157  .axoCover/*
158  !.axoCover/settings.json
159  
160  # Coverlet is a free, cross platform Code Coverage Tool
161  coverage*.json
162  coverage*.xml
163  coverage*.info
164  
165  # Visual Studio code coverage results
166  *.coverage
167  *.coveragexml
168  
169  # NCrunch
170  _NCrunch_*
171  .NCrunch_*
172  .*crunch*.local.xml
173  nCrunchTemp_*
174  
175  # MightyMoose
176  *.mm.*
177  AutoTest.Net/
178  
179  # Web workbench (sass)
180  .sass-cache/
181  
182  # Installshield output folder
183  [Ee]xpress/
184  
185  # DocProject is a documentation generator add-in
186  DocProject/buildhelp/
187  DocProject/Help/*.HxT
188  DocProject/Help/*.HxC
189  DocProject/Help/*.hhc
190  DocProject/Help/*.hhk
191  DocProject/Help/*.hhp
192  DocProject/Help/Html2
193  DocProject/Help/html
194  
195  # Click-Once directory
196  publish/
197  
198  # Publish Web Output
199  *.[Pp]ublish.xml
200  *.azurePubxml
201  # Note: Comment the next line if you want to checkin your web deploy settings,
202  # but database connection strings (with potential passwords) will be unencrypted
203  *.pubxml
204  *.publishproj
205  
206  # Microsoft Azure Web App publish settings. Comment the next line if you want to
207  # checkin your Azure Web App publish settings, but sensitive information contained
208  # in these scripts will be unencrypted
209  PublishScripts/
210  
211  # NuGet Packages
212  *.nupkg
213  # NuGet Symbol Packages
214  *.snupkg
215  # The packages folder can be ignored because of Package Restore
216  **/[Pp]ackages/*
217  # except build/, which is used as an MSBuild target.
218  !**/[Pp]ackages/build/
219  # Uncomment if necessary however generally it will be regenerated when needed
220  #!**/[Pp]ackages/repositories.config
221  # NuGet v3's project.json files produces more ignorable files
222  *.nuget.props
223  *.nuget.targets
224  
225  # Microsoft Azure Build Output
226  csx/
227  *.build.csdef
228  
229  # Microsoft Azure Emulator
230  ecf/
231  rcf/
232  
233  # Windows Store app package directories and files
234  AppPackages/
235  BundleArtifacts/
236  Package.StoreAssociation.xml
237  _pkginfo.txt
238  *.appx
239  *.appxbundle
240  *.appxupload
241  
242  # Visual Studio cache files
243  # files ending in .cache can be ignored
244  *.[Cc]ache
245  # but keep track of directories ending in .cache
246  !?*.[Cc]ache/
247  
248  # Others
249  ClientBin/
250  ~$*
251  *~
252  *.dbmdl
253  *.dbproj.schemaview
254  *.jfm
255  *.pfx
256  *.publishsettings
257  orleans.codegen.cs
258  
259  # Including strong name files can present a security risk
260  # (https://github.com/github/gitignore/pull/2483#issue-259490424)
261  #*.snk
262  
263  # Since there are multiple workflows, uncomment next line to ignore bower_components
264  # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
265  #bower_components/
266  
267  # RIA/Silverlight projects
268  Generated_Code/
269  
270  # Backup & report files from converting an old project file
271  # to a newer Visual Studio version. Backup files are not needed,
272  # because we have git ;-)
273  _UpgradeReport_Files/
274  Backup*/
275  UpgradeLog*.XML
276  UpgradeLog*.htm
277  ServiceFabricBackup/
278  *.rptproj.bak
279  
280  # SQL Server files
281  *.mdf
282  *.ldf
283  *.ndf
284  
285  # Business Intelligence projects
286  *.rdl.data
287  *.bim.layout
288  *.bim_*.settings
289  *.rptproj.rsuser
290  *- [Bb]ackup.rdl
291  *- [Bb]ackup ([0-9]).rdl
292  *- [Bb]ackup ([0-9][0-9]).rdl
293  
294  # Microsoft Fakes
295  FakesAssemblies/
296  
297  # GhostDoc plugin setting file
298  *.GhostDoc.xml
299  
300  # Node.js Tools for Visual Studio
301  .ntvs_analysis.dat
302  node_modules/
303  
304  # Visual Studio 6 build log
305  *.plg
306  
307  # Visual Studio 6 workspace options file
308  *.opt
309  
310  # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
311  *.vbw
312  
313  # Visual Studio 6 auto-generated project file (contains which files were open etc.)
314  *.vbp
315  
316  # Visual Studio 6 workspace and project file (working project files containing files to include in project)
317  *.dsw
318  *.dsp
319  
320  # Visual Studio 6 technical files
321  *.ncb
322  *.aps
323  
324  # Visual Studio LightSwitch build output
325  **/*.HTMLClient/GeneratedArtifacts
326  **/*.DesktopClient/GeneratedArtifacts
327  **/*.DesktopClient/ModelManifest.xml
328  **/*.Server/GeneratedArtifacts
329  **/*.Server/ModelManifest.xml
330  _Pvt_Extensions
331  
332  # Paket dependency manager
333  **/.paket/paket.exe
334  paket-files/
335  
336  # FAKE - F# Make
337  **/.fake/
338  
339  # CodeRush personal settings
340  **/.cr/personal
341  
342  # Python Tools for Visual Studio (PTVS)
343  **/__pycache__/
344  *.pyc
345  
346  # Cake - Uncomment if you are using it
347  #tools/**
348  #!tools/packages.config
349  
350  # Tabs Studio
351  *.tss
352  
353  # Telerik's JustMock configuration file
354  *.jmconfig
355  
356  # BizTalk build output
357  *.btp.cs
358  *.btm.cs
359  *.odx.cs
360  *.xsd.cs
361  
362  # OpenCover UI analysis results
363  OpenCover/
364  
365  # Azure Stream Analytics local run output
366  ASALocalRun/
367  
368  # MSBuild Binary and Structured Log
369  *.binlog
370  MSBuild_Logs/
371  
372  # AWS SAM Build and Temporary Artifacts folder
373  .aws-sam
374  
375  # NVidia Nsight GPU debugger configuration file
376  *.nvuser
377  
378  # MFractors (Xamarin productivity tool) working folder
379  **/.mfractor/
380  
381  # Local History for Visual Studio
382  **/.localhistory/
383  
384  # Visual Studio History (VSHistory) files
385  .vshistory/
386  
387  # BeatPulse healthcheck temp database
388  healthchecksdb
389  
390  # LiteDB database files
391  *.db
392  *.db-shm
393  *.db-wal
394  
395  # Backup folder for Package Reference Convert tool in Visual Studio 2017
396  MigrationBackup/
397  
398  # Ionide (cross platform F# VS Code tools) working folder
399  **/.ionide/
400  
401  # Fody - auto-generated XML schema
402  FodyWeavers.xsd
403  
404  # VS Code files for those working on multiple tools
405  .vscode/*
406  !.vscode/settings.json
407  !.vscode/tasks.json
408  !.vscode/launch.json
409  !.vscode/extensions.json
410  !.vscode/*.code-snippets
411  
412  # Local History for Visual Studio Code
413  .history/
414  
415  # Built Visual Studio Code Extensions
416  *.vsix
417  
418  # Windows Installer files from build outputs
419  *.cab
420  *.msi
421  *.msix
422  *.msm
423  *.msp
424  
425  
426  # TLS certificate and private key files (e.g. from tailscale cert)
427  *.pem