From b3020a0a20bb37967e59558aa1b0f9c88e260dbe Mon Sep 17 00:00:00 2001 From: Thom Lamb Date: Tue, 26 May 2026 10:07:19 -0500 Subject: [PATCH] chore: gitignore SonarScanner local artifacts Add .sonarqube/ (created by dotnet sonarscanner begin) and scan.log (from local scan-sonar.ps1 diagnostics) so they don't accidentally get committed. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ed6d1d2..86af55d 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,10 @@ Generated\ Files/ [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* +# SonarScanner artifacts +.sonarqube/ +scan.log + # NUnit *.VisualState.xml TestResult.xml