1- # # Ignore Visual Studio temporary files, build results, and
1+ # # 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
1313# User-specific files (MonoDevelop/Xamarin Studio)
1414* .userprefs
1515
16+ # Mono auto generated files
17+ mono_crash. *
18+
1619# Build results
1720[Dd ]ebug /
1821[Dd ]ebugPublic /
1922[Rr ]elease /
2023[Rr ]eleases /
2124x64 /
2225x86 /
26+ [Ww ][Ii ][Nn ]32 /
2327[Aa ][Rr ][Mm ]/
2428[Aa ][Rr ][Mm ]64 /
2529bld /
2630[Bb ]in /
2731[Oo ]bj /
2832[Ll ]og /
33+ [Ll ]ogs /
2934
3035# Visual Studio 2015/2017 cache/options directory
3136.vs /
@@ -39,9 +44,10 @@ Generated\ Files/
3944[Tt ]est [Rr ]esult * /
4045[Bb ]uild [Ll ]og. *
4146
42- # NUNIT
47+ # NUnit
4348* .VisualState.xml
4449TestResult.xml
50+ nunit- * .xml
4551
4652# Build Results of an ATL Project
4753[Dd ]ebugPS /
@@ -56,6 +62,9 @@ project.lock.json
5662project.fragment.lock.json
5763artifacts /
5864
65+ # ASP.NET Scaffolding
66+ ScaffoldingReadMe.txt
67+
5968# StyleCop
6069StyleCopReport.xml
6170
@@ -81,6 +90,7 @@ StyleCopReport.xml
8190* .tmp_proj
8291* _wpftmp.csproj
8392* .log
93+ * .tlog
8494* .vspscc
8595* .vssscc
8696.builds
@@ -122,9 +132,6 @@ _ReSharper*/
122132* . [Rr ]e [Ss ]harper
123133* .DotSettings.user
124134
125- # JustCode is a .NET coding add-in
126- .JustCode
127-
128135# TeamCity is a build add-in
129136_TeamCity *
130137
@@ -135,6 +142,11 @@ _TeamCity*
135142.axoCover /*
136143! .axoCover /settings.json
137144
145+ # Coverlet is a free, cross platform Code Coverage Tool
146+ coverage * .json
147+ coverage * .xml
148+ coverage * .info
149+
138150# Visual Studio code coverage results
139151* .coverage
140152* .coveragexml
@@ -182,6 +194,8 @@ PublishScripts/
182194
183195# NuGet Packages
184196* .nupkg
197+ # NuGet Symbol Packages
198+ * .snupkg
185199# The packages folder can be ignored because of Package Restore
186200** /[Pp ]ackages /*
187201# except build/, which is used as an MSBuild target.
@@ -206,6 +220,8 @@ BundleArtifacts/
206220Package.StoreAssociation.xml
207221_pkginfo.txt
208222* .appx
223+ * .appxbundle
224+ * .appxupload
209225
210226# Visual Studio cache files
211227# files ending in .cache can be ignored
@@ -255,7 +271,9 @@ ServiceFabricBackup/
255271* .bim.layout
256272* .bim_ * .settings
257273* .rptproj.rsuser
258- * - Backup * .rdl
274+ * - [Bb ]ackup.rdl
275+ * - [Bb ]ackup ( [0-9 ]).rdl
276+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
259277
260278# Microsoft Fakes
261279FakesAssemblies /
@@ -276,6 +294,17 @@ node_modules/
276294# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
277295* .vbw
278296
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+
279308# Visual Studio LightSwitch build output
280309** /* .HTMLClient /GeneratedArtifacts
281310** /* .DesktopClient /GeneratedArtifacts
@@ -291,10 +320,6 @@ paket-files/
291320# FAKE - F# Make
292321.fake /
293322
294- # JetBrains Rider
295- .idea /
296- * .sln.iml
297-
298323# CodeRush personal settings
299324.cr /personal
300325
@@ -336,5 +361,39 @@ ASALocalRun/
336361# Local History for Visual Studio
337362.localhistory /
338363
364+ # Visual Studio History (VSHistory) files
365+ .vshistory /
366+
339367# BeatPulse healthcheck temp database
340- healthchecksdb
368+ healthchecksdb
369+
370+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
371+ MigrationBackup /
372+
373+ # Ionide (cross platform F# VS Code tools) working folder
374+ .ionide /
375+
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+ .idea /
399+ * .sln.iml
0 commit comments