Skip to content

Commit 92f05d3

Browse files
vscarpenterclaude
andcommitted
chore: add SonarQube configuration to gitignore
Add SonarQube analysis artifacts to .gitignore: - sonar-project.properties (project configuration) - .scannerwork/ (scanner working directory) This prevents committing code quality analysis artifacts to version control. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 68e8217 commit 92f05d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ sync.md
4545
.claude/settings.local.json
4646

4747
*.tsbuildinfo
48+
49+
# SnoanQube
50+
sonar-project.properties
51+
.scannerwork

0 commit comments

Comments
 (0)