44# # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55
66# User-specific files
7- * .rsuser
87* .suo
98* .user
109* .userosscache
1312# User-specific files (MonoDevelop/Xamarin Studio)
1413* .userprefs
1514
16- # Mono auto generated files
17- mono_crash. *
18-
1915# Build results
2016[Dd ]ebug /
2117[Dd ]ebugPublic /
2218[Rr ]elease /
2319[Rr ]eleases /
2420x64 /
2521x86 /
26- [Ww ][Ii ][Nn ]32 /
27- [Aa ][Rr ][Mm ]/
28- [Aa ][Rr ][Mm ]64 /
2922bld /
3023[Bb ]in /
3124[Oo ]bj /
32- [Oo ]ut /
3325[Ll ]og /
34- [Ll ]ogs /
3526
3627# Visual Studio 2015/2017 cache/options directory
3728.vs /
@@ -45,10 +36,9 @@ Generated\ Files/
4536[Tt ]est [Rr ]esult * /
4637[Bb ]uild [Ll ]og. *
4738
48- # NUnit
39+ # NUNIT
4940* .VisualState.xml
5041TestResult.xml
51- nunit- * .xml
5242
5343# Build Results of an ATL Project
5444[Dd ]ebugPS /
@@ -62,17 +52,15 @@ BenchmarkDotNet.Artifacts/
6252project.lock.json
6353project.fragment.lock.json
6454artifacts /
65-
66- # ASP.NET Scaffolding
67- ScaffoldingReadMe.txt
55+ ** /Properties /launchSettings.json
6856
6957# StyleCop
7058StyleCopReport.xml
7159
7260# Files built by Visual Studio
7361* _i.c
7462* _p.c
75- * _h .h
63+ * _i .h
7664* .ilk
7765* .meta
7866* .obj
@@ -89,7 +77,6 @@ StyleCopReport.xml
8977* .tlh
9078* .tmp
9179* .tmp_proj
92- * _wpftmp.csproj
9380* .log
9481* .vspscc
9582* .vssscc
@@ -132,6 +119,9 @@ _ReSharper*/
132119* . [Rr ]e [Ss ]harper
133120* .DotSettings.user
134121
122+ # JustCode is a .NET coding add-in
123+ .JustCode
124+
135125# TeamCity is a build add-in
136126_TeamCity *
137127
@@ -142,11 +132,6 @@ _TeamCity*
142132.axoCover /*
143133! .axoCover /settings.json
144134
145- # Coverlet is a free, cross platform Code Coverage Tool
146- coverage * .json
147- coverage * .xml
148- coverage * .info
149-
150135# Visual Studio code coverage results
151136* .coverage
152137* .coveragexml
@@ -194,8 +179,6 @@ PublishScripts/
194179
195180# NuGet Packages
196181* .nupkg
197- # NuGet Symbol Packages
198- * .snupkg
199182# The packages folder can be ignored because of Package Restore
200183** /[Pp ]ackages /*
201184# except build/, which is used as an MSBuild target.
@@ -220,14 +203,12 @@ BundleArtifacts/
220203Package.StoreAssociation.xml
221204_pkginfo.txt
222205* .appx
223- * .appxbundle
224- * .appxupload
225206
226207# Visual Studio cache files
227208# files ending in .cache can be ignored
228209* . [Cc ]ache
229210# but keep track of directories ending in .cache
230- ! ? *. [Cc ]ache /
211+ ! * . [Cc ]ache /
231212
232213# Others
233214ClientBin /
@@ -240,7 +221,7 @@ ClientBin/
240221* .publishsettings
241222orleans.codegen.cs
242223
243- # Including strong name files can present a security risk
224+ # Including strong name files can present a security risk
244225# (https://github.com/github/gitignore/pull/2483#issue-259490424)
245226# *.snk
246227
@@ -271,9 +252,6 @@ ServiceFabricBackup/
271252* .bim.layout
272253* .bim_ * .settings
273254* .rptproj.rsuser
274- * - [Bb ]ackup.rdl
275- * - [Bb ]ackup ( [0-9 ]).rdl
276- * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
277255
278256# Microsoft Fakes
279257FakesAssemblies /
@@ -309,8 +287,12 @@ paket-files/
309287# FAKE - F# Make
310288.fake /
311289
312- # CodeRush personal settings
313- .cr /personal
290+ # JetBrains Rider
291+ .idea /
292+ * .sln.iml
293+
294+ # CodeRush
295+ .cr /
314296
315297# Python Tools for Visual Studio (PTVS)
316298__pycache__ /
@@ -335,7 +317,7 @@ __pycache__/
335317# OpenCover UI analysis results
336318OpenCover /
337319
338- # Azure Stream Analytics local run output
320+ # Azure Stream Analytics local run output
339321ASALocalRun /
340322
341323# MSBuild Binary and Structured Log
@@ -344,20 +326,5 @@ ASALocalRun/
344326# NVidia Nsight GPU debugger configuration file
345327* .nvuser
346328
347- # MFractors (Xamarin productivity tool) working folder
329+ # MFractors (Xamarin productivity tool) working folder
348330.mfractor /
349-
350- # Local History for Visual Studio
351- .localhistory /
352-
353- # BeatPulse healthcheck temp database
354- healthchecksdb
355-
356- # Backup folder for Package Reference Convert tool in Visual Studio 2017
357- MigrationBackup /
358-
359- # Ionide (cross platform F# VS Code tools) working folder
360- .ionide /
361-
362- # Fody - auto-generated XML schema
363- FodyWeavers.xsd
0 commit comments