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/main /VisualStudio.gitignore
4+ # # Get latest from https://github.com/github/gitignore/blob/master /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-
1916# Build results
2017[Dd ]ebug /
2118[Dd ]ebugPublic /
2219[Rr ]elease /
2320[Rr ]eleases /
2421x64 /
2522x86 /
26- [Ww ][Ii ][Nn ]32 /
2723[Aa ][Rr ][Mm ]/
2824[Aa ][Rr ][Mm ]64 /
2925bld /
3026[Bb ]in /
3127[Oo ]bj /
3228[Ll ]og /
33- [ Ll ] ogs /
29+ Files /
3430
3531# Visual Studio 2015/2017 cache/options directory
3632.vs /
@@ -44,10 +40,9 @@ Generated\ Files/
4440[Tt ]est [Rr ]esult * /
4541[Bb ]uild [Ll ]og. *
4642
47- # NUnit
43+ # NUNIT
4844* .VisualState.xml
4945TestResult.xml
50- nunit- * .xml
5146
5247# Build Results of an ATL Project
5348[Dd ]ebugPS /
@@ -57,14 +52,12 @@ dlldata.c
5752# Benchmark Results
5853BenchmarkDotNet.Artifacts /
5954
55+ fail- * .txt
6056# .NET Core
6157project.lock.json
6258project.fragment.lock.json
6359artifacts /
6460
65- # ASP.NET Scaffolding
66- ScaffoldingReadMe.txt
67-
6861# StyleCop
6962StyleCopReport.xml
7063
@@ -90,7 +83,6 @@ StyleCopReport.xml
9083* .tmp_proj
9184* _wpftmp.csproj
9285* .log
93- * .tlog
9486* .vspscc
9587* .vssscc
9688.builds
@@ -132,6 +124,9 @@ _ReSharper*/
132124* . [Rr ]e [Ss ]harper
133125* .DotSettings.user
134126
127+ # JustCode is a .NET coding add-in
128+ .JustCode
129+
135130# TeamCity is a build add-in
136131_TeamCity *
137132
@@ -142,11 +137,6 @@ _TeamCity*
142137.axoCover /*
143138! .axoCover /settings.json
144139
145- # Coverlet is a free, cross platform Code Coverage Tool
146- coverage * .json
147- coverage * .xml
148- coverage * .info
149-
150140# Visual Studio code coverage results
151141* .coverage
152142* .coveragexml
@@ -194,8 +184,6 @@ PublishScripts/
194184
195185# NuGet Packages
196186* .nupkg
197- # NuGet Symbol Packages
198- * .snupkg
199187# The packages folder can be ignored because of Package Restore
200188** /[Pp ]ackages /*
201189# except build/, which is used as an MSBuild target.
@@ -220,8 +208,6 @@ BundleArtifacts/
220208Package.StoreAssociation.xml
221209_pkginfo.txt
222210* .appx
223- * .appxbundle
224- * .appxupload
225211
226212# Visual Studio cache files
227213# files ending in .cache can be ignored
@@ -271,9 +257,7 @@ ServiceFabricBackup/
271257* .bim.layout
272258* .bim_ * .settings
273259* .rptproj.rsuser
274- * - [Bb ]ackup.rdl
275- * - [Bb ]ackup ( [0-9 ]).rdl
276- * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
260+ * - Backup * .rdl
277261
278262# Microsoft Fakes
279263FakesAssemblies /
@@ -294,17 +278,6 @@ node_modules/
294278# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
295279* .vbw
296280
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-
308281# Visual Studio LightSwitch build output
309282** /* .HTMLClient /GeneratedArtifacts
310283** /* .DesktopClient /GeneratedArtifacts
@@ -320,6 +293,10 @@ paket-files/
320293# FAKE - F# Make
321294.fake /
322295
296+ # JetBrains Rider
297+ .idea /
298+ * .sln.iml
299+
323300# CodeRush personal settings
324301.cr /personal
325302
@@ -361,38 +338,5 @@ ASALocalRun/
361338# Local History for Visual Studio
362339.localhistory /
363340
364- # Visual Studio History (VSHistory) files
365- .vshistory /
366-
367341# BeatPulse healthcheck temp database
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- * .sln.iml
342+ healthchecksdb
0 commit comments