From a73bb6e55f100a5c670c55512751e365249cf0fb Mon Sep 17 00:00:00 2001 From: Glenn <5834289+glennawatson@users.noreply.github.com> Date: Sat, 10 Oct 2020 18:49:45 +1100 Subject: [PATCH] housekeeping: Update the .gitignore file. (#431) --- .gitignore | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index d5ff53b4b..22729414e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,12 +23,14 @@ mono_crash.* [Rr]eleases/ x64/ x86/ +[Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ +[Ll]ogs/ # Visual Studio 2015/2017 cache/options directory .vs/ @@ -42,7 +44,7 @@ Generated\ Files/ [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* -# NUNIT +# NUnit *.VisualState.xml TestResult.xml nunit-*.xml @@ -60,6 +62,9 @@ project.lock.json project.fragment.lock.json artifacts/ +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + # StyleCop StyleCopReport.xml @@ -126,9 +131,6 @@ _ReSharper*/ *.[Rr]e[Ss]harper *.DotSettings.user -# JustCode is a .NET coding add-in -.JustCode - # TeamCity is a build add-in _TeamCity* @@ -139,6 +141,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 @@ -309,8 +316,8 @@ __pycache__/ *.pyc # Cake - Uncomment if you are using it -tools/** -!tools/packages.config +# tools/** +# !tools/packages.config # Tabs Studio *.tss @@ -348,15 +355,17 @@ healthchecksdb # Backup folder for Package Reference Convert tool in Visual Studio 2017 MigrationBackup/ -# ReactiveUI -artifacts/ -src/ReactiveUI.Events*/Events_*.cs +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ -# macOS -.DS_Store +# Fody - auto-generated XML schema +FodyWeavers.xsd -src/*.Tests/**/ApiApprovalTests*.received.txt -.idea/ +# macOS +.DS_Store + +# API Tests +src/*.Tests/**/ApiApprovalTests*.received.txt -# Fody Weavers (for tests) -src/Tools/ \ No newline at end of file +# JetBrains +.idea/