|
@@ -13,6 +13,9 @@
|
|
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
|
|
*.userprefs
|
|
|
|
|
|
+# Mono auto generated files
|
|
|
+mono_crash.*
|
|
|
+
|
|
|
# Build results
|
|
|
[Dd]ebug/
|
|
|
[Dd]ebugPublic/
|
|
@@ -20,17 +23,18 @@
|
|
|
[Rr]eleases/
|
|
|
x64/
|
|
|
x86/
|
|
|
+[Ww][Ii][Nn]32/
|
|
|
[Aa][Rr][Mm]/
|
|
|
[Aa][Rr][Mm]64/
|
|
|
bld/
|
|
|
[Bb]in/
|
|
|
[Oo]bj/
|
|
|
+[Oo]ut/
|
|
|
[Ll]og/
|
|
|
+[Ll]ogs/
|
|
|
|
|
|
# Visual Studio 2015/2017 cache/options directory
|
|
|
.vs/
|
|
|
-# Visual Studio Code cache/options directory
|
|
|
-.vscode/
|
|
|
# Uncomment if you have tasks that create the project's static files in wwwroot
|
|
|
#wwwroot/
|
|
|
|
|
@@ -41,9 +45,10 @@ Generated\ Files/
|
|
|
[Tt]est[Rr]esult*/
|
|
|
[Bb]uild[Ll]og.*
|
|
|
|
|
|
-# NUNIT
|
|
|
+# NUnit
|
|
|
*.VisualState.xml
|
|
|
TestResult.xml
|
|
|
+nunit-*.xml
|
|
|
|
|
|
# Build Results of an ATL Project
|
|
|
[Dd]ebugPS/
|
|
@@ -58,6 +63,9 @@ project.lock.json
|
|
|
project.fragment.lock.json
|
|
|
artifacts/
|
|
|
|
|
|
+# ASP.NET Scaffolding
|
|
|
+ScaffoldingReadMe.txt
|
|
|
+
|
|
|
# StyleCop
|
|
|
StyleCopReport.xml
|
|
|
|
|
@@ -124,9 +132,6 @@ _ReSharper*/
|
|
|
*.[Rr]e[Ss]harper
|
|
|
*.DotSettings.user
|
|
|
|
|
|
-# JustCode is a .NET coding add-in
|
|
|
-.JustCode
|
|
|
-
|
|
|
# TeamCity is a build add-in
|
|
|
_TeamCity*
|
|
|
|
|
@@ -137,6 +142,11 @@ _TeamCity*
|
|
|
.axoCover/*
|
|
|
!.axoCover/settings.json
|
|
|
|
|
|
+# Coverlet is a free, cross platform Code Coverage Tool
|
|
|
+coverage*.json
|
|
|
+coverage*.xml
|
|
|
+coverage*.info
|
|
|
+
|
|
|
# Visual Studio code coverage results
|
|
|
*.coverage
|
|
|
*.coveragexml
|
|
@@ -184,6 +194,8 @@ PublishScripts/
|
|
|
|
|
|
# NuGet Packages
|
|
|
*.nupkg
|
|
|
+# NuGet Symbol Packages
|
|
|
+*.snupkg
|
|
|
# The packages folder can be ignored because of Package Restore
|
|
|
**/[Pp]ackages/*
|
|
|
# except build/, which is used as an MSBuild target.
|
|
@@ -208,6 +220,8 @@ BundleArtifacts/
|
|
|
Package.StoreAssociation.xml
|
|
|
_pkginfo.txt
|
|
|
*.appx
|
|
|
+*.appxbundle
|
|
|
+*.appxupload
|
|
|
|
|
|
# Visual Studio cache files
|
|
|
# files ending in .cache can be ignored
|
|
@@ -257,7 +271,9 @@ ServiceFabricBackup/
|
|
|
*.bim.layout
|
|
|
*.bim_*.settings
|
|
|
*.rptproj.rsuser
|
|
|
-*- Backup*.rdl
|
|
|
+*- [Bb]ackup.rdl
|
|
|
+*- [Bb]ackup ([0-9]).rdl
|
|
|
+*- [Bb]ackup ([0-9][0-9]).rdl
|
|
|
|
|
|
# Microsoft Fakes
|
|
|
FakesAssemblies/
|
|
@@ -293,10 +309,6 @@ paket-files/
|
|
|
# FAKE - F# Make
|
|
|
.fake/
|
|
|
|
|
|
-# JetBrains Rider
|
|
|
-.idea/
|
|
|
-*.sln.iml
|
|
|
-
|
|
|
# CodeRush personal settings
|
|
|
.cr/personal
|
|
|
|
|
@@ -339,4 +351,13 @@ ASALocalRun/
|
|
|
.localhistory/
|
|
|
|
|
|
# BeatPulse healthcheck temp database
|
|
|
-healthchecksdb
|
|
|
+healthchecksdb
|
|
|
+
|
|
|
+# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
|
|
+MigrationBackup/
|
|
|
+
|
|
|
+# Ionide (cross platform F# VS Code tools) working folder
|
|
|
+.ionide/
|
|
|
+
|
|
|
+# Fody - auto-generated XML schema
|
|
|
+FodyWeavers.xsd
|