1313# User-specific files (MonoDevelop/Xamarin Studio)
1414* .userprefs
1515
16+ # Mono auto generated files
17+ mono_crash. *
18+
1619# Build results
1720[Dd ]ebug /
1821[Dd ]ebugPublic /
1922[Rr ]elease /
2023[Rr ]eleases /
2124x64 /
2225x86 /
26+ [Aa ][Rr ][Mm ]/
27+ [Aa ][Rr ][Mm ]64 /
2328bld /
2429[Bb ]in /
2530[Oo ]bj /
2631[Ll ]og /
32+ [Ll ]ogs /
2733
2834# Visual Studio 2015/2017 cache/options directory
2935.vs /
@@ -37,9 +43,10 @@ Generated\ Files/
3743[Tt ]est [Rr ]esult * /
3844[Bb ]uild [Ll ]og. *
3945
40- # NUNIT
46+ # NUnit
4147* .VisualState.xml
4248TestResult.xml
49+ nunit- * .xml
4350
4451# Build Results of an ATL Project
4552[Dd ]ebugPS /
@@ -120,9 +127,6 @@ _ReSharper*/
120127* . [Rr ]e [Ss ]harper
121128* .DotSettings.user
122129
123- # JustCode is a .NET coding add-in
124- .JustCode
125-
126130# TeamCity is a build add-in
127131_TeamCity *
128132
@@ -180,6 +184,8 @@ PublishScripts/
180184
181185# NuGet Packages
182186* .nupkg
187+ # NuGet Symbol Packages
188+ * .snupkg
183189# The packages folder can be ignored because of Package Restore
184190** /[Pp ]ackages /*
185191# except build/, which is used as an MSBuild target.
@@ -204,12 +210,14 @@ BundleArtifacts/
204210Package.StoreAssociation.xml
205211_pkginfo.txt
206212* .appx
213+ * .appxbundle
214+ * .appxupload
207215
208216# Visual Studio cache files
209217# files ending in .cache can be ignored
210218* . [Cc ]ache
211219# but keep track of directories ending in .cache
212- ! * . [Cc ]ache /
220+ ! ? *. [Cc ]ache /
213221
214222# Others
215223ClientBin /
@@ -253,6 +261,9 @@ ServiceFabricBackup/
253261* .bim.layout
254262* .bim_ * .settings
255263* .rptproj.rsuser
264+ * - [Bb ]ackup.rdl
265+ * - [Bb ]ackup ( [0-9 ]).rdl
266+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
256267
257268# Microsoft Fakes
258269FakesAssemblies /
@@ -288,10 +299,6 @@ paket-files/
288299# FAKE - F# Make
289300.fake /
290301
291- # JetBrains Rider
292- .idea /
293- * .sln.iml
294-
295302# CodeRush personal settings
296303.cr /personal
297304
@@ -332,3 +339,12 @@ ASALocalRun/
332339
333340# Local History for Visual Studio
334341.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 /
0 commit comments