44# # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55
66# User-specific files
7+ * .rsuser
78* .suo
89* .user
910* .userosscache
1213# User-specific files (MonoDevelop/Xamarin Studio)
1314* .userprefs
1415
16+ # Mono auto generated files
17+ mono_crash. *
18+
1519# Build results
1620[Dd ]ebug /
1721[Dd ]ebugPublic /
1822[Rr ]elease /
1923[Rr ]eleases /
2024x64 /
2125x86 /
26+ [Ww ][Ii ][Nn ]32 /
27+ [Aa ][Rr ][Mm ]/
28+ [Aa ][Rr ][Mm ]64 /
2229bld /
2330[Bb ]in /
2431[Oo ]bj /
2532[Ll ]og /
33+ [Ll ]ogs /
2634
2735# Visual Studio 2015/2017 cache/options directory
2836.vs /
@@ -36,9 +44,10 @@ Generated\ Files/
3644[Tt ]est [Rr ]esult * /
3745[Bb ]uild [Ll ]og. *
3846
39- # NUNIT
47+ # NUnit
4048* .VisualState.xml
4149TestResult.xml
50+ nunit- * .xml
4251
4352# Build Results of an ATL Project
4453[Dd ]ebugPS /
@@ -52,15 +61,17 @@ BenchmarkDotNet.Artifacts/
5261project.lock.json
5362project.fragment.lock.json
5463artifacts /
55- ** /Properties /launchSettings.json
64+
65+ # ASP.NET Scaffolding
66+ ScaffoldingReadMe.txt
5667
5768# StyleCop
5869StyleCopReport.xml
5970
6071# Files built by Visual Studio
6172* _i.c
6273* _p.c
63- * _i .h
74+ * _h .h
6475* .ilk
6576* .meta
6677* .obj
@@ -77,6 +88,7 @@ StyleCopReport.xml
7788* .tlh
7889* .tmp
7990* .tmp_proj
91+ * _wpftmp.csproj
8092* .log
8193* .vspscc
8294* .vssscc
@@ -119,9 +131,6 @@ _ReSharper*/
119131* . [Rr ]e [Ss ]harper
120132* .DotSettings.user
121133
122- # JustCode is a .NET coding add-in
123- .JustCode
124-
125134# TeamCity is a build add-in
126135_TeamCity *
127136
@@ -132,6 +141,11 @@ _TeamCity*
132141.axoCover /*
133142! .axoCover /settings.json
134143
144+ # Coverlet is a free, cross platform Code Coverage Tool
145+ coverage * .json
146+ coverage * .xml
147+ coverage * .info
148+
135149# Visual Studio code coverage results
136150* .coverage
137151* .coveragexml
@@ -179,6 +193,8 @@ PublishScripts/
179193
180194# NuGet Packages
181195* .nupkg
196+ # NuGet Symbol Packages
197+ * .snupkg
182198# The packages folder can be ignored because of Package Restore
183199** /[Pp ]ackages /*
184200# except build/, which is used as an MSBuild target.
@@ -203,12 +219,14 @@ BundleArtifacts/
203219Package.StoreAssociation.xml
204220_pkginfo.txt
205221* .appx
222+ * .appxbundle
223+ * .appxupload
206224
207225# Visual Studio cache files
208226# files ending in .cache can be ignored
209227* . [Cc ]ache
210228# but keep track of directories ending in .cache
211- ! * . [Cc ]ache /
229+ ! ? *. [Cc ]ache /
212230
213231# Others
214232ClientBin /
@@ -221,7 +239,7 @@ ClientBin/
221239* .publishsettings
222240orleans.codegen.cs
223241
224- # Including strong name files can present a security risk
242+ # Including strong name files can present a security risk
225243# (https://github.com/github/gitignore/pull/2483#issue-259490424)
226244# *.snk
227245
@@ -252,6 +270,9 @@ ServiceFabricBackup/
252270* .bim.layout
253271* .bim_ * .settings
254272* .rptproj.rsuser
273+ * - [Bb ]ackup.rdl
274+ * - [Bb ]ackup ( [0-9 ]).rdl
275+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
255276
256277# Microsoft Fakes
257278FakesAssemblies /
@@ -287,12 +308,8 @@ paket-files/
287308# FAKE - F# Make
288309.fake /
289310
290- # JetBrains Rider
291- .idea /
292- * .sln.iml
293-
294- # CodeRush
295- .cr /
311+ # CodeRush personal settings
312+ .cr /personal
296313
297314# Python Tools for Visual Studio (PTVS)
298315__pycache__ /
@@ -317,7 +334,7 @@ __pycache__/
317334# OpenCover UI analysis results
318335OpenCover /
319336
320- # Azure Stream Analytics local run output
337+ # Azure Stream Analytics local run output
321338ASALocalRun /
322339
323340# MSBuild Binary and Structured Log
@@ -326,5 +343,20 @@ ASALocalRun/
326343# NVidia Nsight GPU debugger configuration file
327344* .nvuser
328345
329- # MFractors (Xamarin productivity tool) working folder
346+ # MFractors (Xamarin productivity tool) working folder
330347.mfractor /
348+
349+ # Local History for Visual Studio
350+ .localhistory /
351+
352+ # BeatPulse healthcheck temp database
353+ healthchecksdb
354+
355+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
356+ MigrationBackup /
357+
358+ # Ionide (cross platform F# VS Code tools) working folder
359+ .ionide /
360+
361+ # Fody - auto-generated XML schema
362+ FodyWeavers.xsd
0 commit comments