From 534b175305c50808e4ff7642c853bb7eff2e6364 Mon Sep 17 00:00:00 2001 From: "Maddy Montaquila (Leger)" Date: Wed, 5 Mar 2025 21:51:22 +0000 Subject: [PATCH] added rider .idea/ and removed obsolete vs files --- Dotnet.gitignore | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 8cf73ec4..995a80ea 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -25,6 +25,7 @@ bld/ # VS and VS Code files for those working on multiple tools .vscode/* + !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json @@ -33,6 +34,9 @@ bld/ .vs/* +# Still usesd in VS for HTTP files and publish profiles +.user + # OS Specifc .DS_Store/* @@ -58,16 +62,10 @@ ScaffoldingReadMe.txt *.nuget.props *.nuget.targets -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - # Others ~$* *~ +CodeCoverage/ # MSBuild Binary and Structured Log *.binlog @@ -79,4 +77,7 @@ ScaffoldingReadMe.txt # NUnit *.VisualState.xml TestResult.xml -nunit-*.xml \ No newline at end of file +nunit-*.xml + +# JetBrains Rider +.idea/* \ No newline at end of file