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 /
2629[Bb ]in /
2730[Oo ]bj /
2831[Ll ]og /
32+ [Ll ]ogs /
2933
3034# Visual Studio 2015/2017 cache/options directory
3135.vs /
@@ -39,9 +43,10 @@ Generated\ Files/
3943[Tt ]est [Rr ]esult * /
4044[Bb ]uild [Ll ]og. *
4145
42- # NUNIT
46+ # NUnit
4347* .VisualState.xml
4448TestResult.xml
49+ nunit- * .xml
4550
4651# Build Results of an ATL Project
4752[Dd ]ebugPS /
@@ -122,9 +127,6 @@ _ReSharper*/
122127* . [Rr ]e [Ss ]harper
123128* .DotSettings.user
124129
125- # JustCode is a .NET coding add-in
126- .JustCode
127-
128130# TeamCity is a build add-in
129131_TeamCity *
130132
@@ -182,6 +184,8 @@ PublishScripts/
182184
183185# NuGet Packages
184186* .nupkg
187+ # NuGet Symbol Packages
188+ * .snupkg
185189# The packages folder can be ignored because of Package Restore
186190** /[Pp ]ackages /*
187191# except build/, which is used as an MSBuild target.
@@ -206,6 +210,8 @@ BundleArtifacts/
206210Package.StoreAssociation.xml
207211_pkginfo.txt
208212* .appx
213+ * .appxbundle
214+ * .appxupload
209215
210216# Visual Studio cache files
211217# files ending in .cache can be ignored
@@ -255,7 +261,9 @@ ServiceFabricBackup/
255261* .bim.layout
256262* .bim_ * .settings
257263* .rptproj.rsuser
258- * - Backup * .rdl
264+ * - [Bb ]ackup.rdl
265+ * - [Bb ]ackup ( [0-9 ]).rdl
266+ * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
259267
260268# Microsoft Fakes
261269FakesAssemblies /
@@ -291,10 +299,6 @@ paket-files/
291299# FAKE - F# Make
292300.fake /
293301
294- # JetBrains Rider
295- .idea /
296- * .sln.iml
297-
298302# CodeRush personal settings
299303.cr /personal
300304
@@ -337,4 +341,15 @@ ASALocalRun/
337341.localhistory /
338342
339343# BeatPulse healthcheck temp database
340- healthchecksdb
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 /
351+
352+ # Ignore .env files
353+ ** /.env
354+ ** /.env. *
355+ ! ** /.env. * .example
0 commit comments