11# # Ignore Visual Studio temporary files, build results, and
22# # files generated by popular Visual Studio add-ons.
33# #
4- # # Get latest from https://github.com/github/gitignore/blob/master /VisualStudio.gitignore
4+ # # Get latest from https://github.com/github/gitignore/blob/main /VisualStudio.gitignore
55
66# User-specific files
77* .rsuser
@@ -23,6 +23,7 @@ mono_crash.*
2323[Rr ]eleases /
2424x64 /
2525x86 /
26+ [Ww ][Ii ][Nn ]32 /
2627[Aa ][Rr ][Mm ]/
2728[Aa ][Rr ][Mm ]64 /
2829bld /
@@ -61,6 +62,9 @@ project.lock.json
6162project.fragment.lock.json
6263artifacts /
6364
65+ # ASP.NET Scaffolding
66+ ScaffoldingReadMe.txt
67+
6468# StyleCop
6569StyleCopReport.xml
6670
@@ -86,6 +90,7 @@ StyleCopReport.xml
8690* .tmp_proj
8791* _wpftmp.csproj
8892* .log
93+ * .tlog
8994* .vspscc
9095* .vssscc
9196.builds
@@ -137,6 +142,11 @@ _TeamCity*
137142.axoCover /*
138143! .axoCover /settings.json
139144
145+ # Coverlet is a free, cross platform Code Coverage Tool
146+ coverage * .json
147+ coverage * .xml
148+ coverage * .info
149+
140150# Visual Studio code coverage results
141151* .coverage
142152* .coveragexml
@@ -284,6 +294,17 @@ node_modules/
284294# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
285295* .vbw
286296
297+ # Visual Studio 6 auto-generated project file (contains which files were open etc.)
298+ * .vbp
299+
300+ # Visual Studio 6 workspace and project file (working project files containing files to include in project)
301+ * .dsw
302+ * .dsp
303+
304+ # Visual Studio 6 technical files
305+ * .ncb
306+ * .aps
307+
287308# Visual Studio LightSwitch build output
288309** /* .HTMLClient /GeneratedArtifacts
289310** /* .DesktopClient /GeneratedArtifacts
@@ -340,6 +361,9 @@ ASALocalRun/
340361# Local History for Visual Studio
341362.localhistory /
342363
364+ # Visual Studio History (VSHistory) files
365+ .vshistory /
366+
343367# BeatPulse healthcheck temp database
344368healthchecksdb
345369
@@ -349,6 +373,30 @@ MigrationBackup/
349373# Ionide (cross platform F# VS Code tools) working folder
350374.ionide /
351375
376+ # Fody - auto-generated XML schema
377+ FodyWeavers.xsd
378+
379+ # VS Code files for those working on multiple tools
380+ .vscode /*
381+ ! .vscode /settings.json
382+ ! .vscode /tasks.json
383+ ! .vscode /launch.json
384+ ! .vscode /extensions.json
385+ * .code-workspace
386+
387+ # Local History for Visual Studio Code
388+ .history /
389+
390+ # Windows Installer files from build outputs
391+ * .cab
392+ * .msi
393+ * .msix
394+ * .msm
395+ * .msp
396+
397+ # JetBrains Rider
398+ * .sln.iml
399+
352400# Sublime Text files
353401* .sublime-project
354402* .sublime-workspace
0 commit comments