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- [Aa ][Rr ][Mm ]/
27- [Aa ][Rr ][Mm ]64 /
2822bld /
2923[Bb ]in /
3024[Oo ]bj /
3125[Ll ]og /
32- [Ll ]ogs /
3326
3427# Visual Studio 2015/2017 cache/options directory
3528.vs /
@@ -43,10 +36,9 @@ Generated\ Files/
4336[Tt ]est [Rr ]esult * /
4437[Bb ]uild [Ll ]og. *
4538
46- # NUnit
39+ # NUNIT
4740* .VisualState.xml
4841TestResult.xml
49- nunit- * .xml
5042
5143# Build Results of an ATL Project
5244[Dd ]ebugPS /
@@ -60,14 +52,15 @@ BenchmarkDotNet.Artifacts/
6052project.lock.json
6153project.fragment.lock.json
6254artifacts /
55+ ** /Properties /launchSettings.json
6356
6457# StyleCop
6558StyleCopReport.xml
6659
6760# Files built by Visual Studio
6861* _i.c
6962* _p.c
70- * _h .h
63+ * _i .h
7164* .ilk
7265* .meta
7366* .obj
@@ -84,7 +77,6 @@ StyleCopReport.xml
8477* .tlh
8578* .tmp
8679* .tmp_proj
87- * _wpftmp.csproj
8880* .log
8981* .vspscc
9082* .vssscc
@@ -127,6 +119,9 @@ _ReSharper*/
127119* . [Rr ]e [Ss ]harper
128120* .DotSettings.user
129121
122+ # JustCode is a .NET coding add-in
123+ .JustCode
124+
130125# TeamCity is a build add-in
131126_TeamCity *
132127
@@ -184,8 +179,6 @@ PublishScripts/
184179
185180# NuGet Packages
186181* .nupkg
187- # NuGet Symbol Packages
188- * .snupkg
189182# The packages folder can be ignored because of Package Restore
190183** /[Pp ]ackages /*
191184# except build/, which is used as an MSBuild target.
@@ -210,14 +203,12 @@ BundleArtifacts/
210203Package.StoreAssociation.xml
211204_pkginfo.txt
212205* .appx
213- * .appxbundle
214- * .appxupload
215206
216207# Visual Studio cache files
217208# files ending in .cache can be ignored
218209* . [Cc ]ache
219210# but keep track of directories ending in .cache
220- ! ? *. [Cc ]ache /
211+ ! * . [Cc ]ache /
221212
222213# Others
223214ClientBin /
@@ -230,7 +221,7 @@ ClientBin/
230221* .publishsettings
231222orleans.codegen.cs
232223
233- # Including strong name files can present a security risk
224+ # Including strong name files can present a security risk
234225# (https://github.com/github/gitignore/pull/2483#issue-259490424)
235226# *.snk
236227
@@ -261,9 +252,6 @@ ServiceFabricBackup/
261252* .bim.layout
262253* .bim_ * .settings
263254* .rptproj.rsuser
264- * - [Bb ]ackup.rdl
265- * - [Bb ]ackup ( [0-9 ]).rdl
266- * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
267255
268256# Microsoft Fakes
269257FakesAssemblies /
@@ -299,8 +287,12 @@ paket-files/
299287# FAKE - F# Make
300288.fake /
301289
302- # CodeRush personal settings
303- .cr /personal
290+ # JetBrains Rider
291+ .idea /
292+ * .sln.iml
293+
294+ # CodeRush
295+ .cr /
304296
305297# Python Tools for Visual Studio (PTVS)
306298__pycache__ /
@@ -325,7 +317,7 @@ __pycache__/
325317# OpenCover UI analysis results
326318OpenCover /
327319
328- # Azure Stream Analytics local run output
320+ # Azure Stream Analytics local run output
329321ASALocalRun /
330322
331323# MSBuild Binary and Structured Log
@@ -334,17 +326,10 @@ ASALocalRun/
334326# NVidia Nsight GPU debugger configuration file
335327* .nvuser
336328
337- # MFractors (Xamarin productivity tool) working folder
329+ # MFractors (Xamarin productivity tool) working folder
338330.mfractor /
339331
340- # Local History for Visual Studio
341- .localhistory /
342-
343- # BeatPulse healthcheck temp database
344- healthchecksdb
345-
346- # Backup folder for Package Reference Convert tool in Visual Studio 2017
347- MigrationBackup /
348-
349- # Ionide (cross platform F# VS Code tools) working folder
350- .ionide /
332+ # Additional Files
333+ venv /
334+ env /
335+ env. *
0 commit comments