chore: gitignore SonarScanner local artifacts
SonarQube Analysis / sonarqube (pull_request) Successful in 3m7s
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:
co-authored by
Claude Opus 4.7
parent
3c8148a6b1
commit
b3020a0a20
@@ -45,6 +45,10 @@ Generated\ Files/
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# SonarScanner artifacts
|
||||
.sonarqube/
|
||||
scan.log
|
||||
|
||||
# NUnit
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
|
||||
Reference in New Issue
Block a user