chore: gitignore SonarScanner local artifacts
SonarQube Analysis / sonarqube (pull_request) Successful in 3m7s

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) <noreply@anthropic.com>
This commit is contained in:
Thom Lamb
2026-05-26 10:07:19 -05:00
co-authored by Claude Opus 4.7
parent 3c8148a6b1
commit b3020a0a20
+4
View File
@@ -45,6 +45,10 @@ Generated\ Files/
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# SonarScanner artifacts
.sonarqube/
scan.log
# NUnit
*.VisualState.xml
TestResult.xml