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 /
@@ -60,20 +50,17 @@ BenchmarkDotNet.Artifacts/
6050
6151# .NET Core
6252project.lock.json
63- packages.lock.json
6453project.fragment.lock.json
6554artifacts /
66-
67- # ASP.NET Scaffolding
68- ScaffoldingReadMe.txt
55+ ** /Properties /launchSettings.json
6956
7057# StyleCop
7158StyleCopReport.xml
7259
7360# Files built by Visual Studio
7461* _i.c
7562* _p.c
76- * _h .h
63+ * _i .h
7764* .ilk
7865* .meta
7966* .obj
@@ -90,7 +77,6 @@ StyleCopReport.xml
9077* .tlh
9178* .tmp
9279* .tmp_proj
93- * _wpftmp.csproj
9480* .log
9581* .vspscc
9682* .vssscc
@@ -133,6 +119,9 @@ _ReSharper*/
133119* . [Rr ]e [Ss ]harper
134120* .DotSettings.user
135121
122+ # JustCode is a .NET coding add-in
123+ .JustCode
124+
136125# TeamCity is a build add-in
137126_TeamCity *
138127
@@ -143,11 +132,6 @@ _TeamCity*
143132.axoCover /*
144133! .axoCover /settings.json
145134
146- # Coverlet is a free, cross platform Code Coverage Tool
147- coverage * .json
148- coverage * .xml
149- coverage * .info
150-
151135# Visual Studio code coverage results
152136* .coverage
153137* .coveragexml
@@ -195,8 +179,6 @@ PublishScripts/
195179
196180# NuGet Packages
197181* .nupkg
198- # NuGet Symbol Packages
199- * .snupkg
200182# The packages folder can be ignored because of Package Restore
201183** /[Pp ]ackages /*
202184# except build/, which is used as an MSBuild target.
@@ -221,14 +203,12 @@ BundleArtifacts/
221203Package.StoreAssociation.xml
222204_pkginfo.txt
223205* .appx
224- * .appxbundle
225- * .appxupload
226206
227207# Visual Studio cache files
228208# files ending in .cache can be ignored
229209* . [Cc ]ache
230210# but keep track of directories ending in .cache
231- ! ? *. [Cc ]ache /
211+ ! * . [Cc ]ache /
232212
233213# Others
234214ClientBin /
@@ -241,7 +221,7 @@ ClientBin/
241221* .publishsettings
242222orleans.codegen.cs
243223
244- # Including strong name files can present a security risk
224+ # Including strong name files can present a security risk
245225# (https://github.com/github/gitignore/pull/2483#issue-259490424)
246226# *.snk
247227
@@ -272,9 +252,6 @@ ServiceFabricBackup/
272252* .bim.layout
273253* .bim_ * .settings
274254* .rptproj.rsuser
275- * - [Bb ]ackup.rdl
276- * - [Bb ]ackup ( [0-9 ]).rdl
277- * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
278255
279256# Microsoft Fakes
280257FakesAssemblies /
@@ -310,8 +287,12 @@ paket-files/
310287# FAKE - F# Make
311288.fake /
312289
313- # CodeRush personal settings
314- .cr /personal
290+ # JetBrains Rider
291+ .idea /
292+ * .sln.iml
293+
294+ # CodeRush
295+ .cr /
315296
316297# Python Tools for Visual Studio (PTVS)
317298__pycache__ /
@@ -336,7 +317,7 @@ __pycache__/
336317# OpenCover UI analysis results
337318OpenCover /
338319
339- # Azure Stream Analytics local run output
320+ # Azure Stream Analytics local run output
340321ASALocalRun /
341322
342323# MSBuild Binary and Structured Log
@@ -345,25 +326,6 @@ ASALocalRun/
345326# NVidia Nsight GPU debugger configuration file
346327* .nvuser
347328
348- # MFractors (Xamarin productivity tool) working folder
329+ # MFractors (Xamarin productivity tool) working folder
349330.mfractor /
350-
351- # Local History for Visual Studio
352- .localhistory /
353-
354- # BeatPulse healthcheck temp database
355- healthchecksdb
356-
357- # Backup folder for Package Reference Convert tool in Visual Studio 2017
358- MigrationBackup /
359-
360- # Ionide (cross platform F# VS Code tools) working folder
361- .ionide /
362-
363- # Fody - auto-generated XML schema
364- FodyWeavers.xsd
365- /src /FlickrNet.Core /.editorconfig
366- /docs /SandCastleDocuments.xml
367- /docs /SandCastleDocuments.xml
368-
369- * dotnet-install.sh
331+ .Rproj.user
0 commit comments