chore: ignore test reports and pid files
Added scripts/tests/reports/ and *.pid to .gitignore to prevent committing temporary test reports and server pid files.
This commit is contained in:
parent
c9c6119a89
commit
6f9c97e80c
4
.gitignore
vendored
4
.gitignore
vendored
@ -30,3 +30,7 @@ mobile/package-lock.json
|
||||
# Claude Code session metadata
|
||||
.claude/
|
||||
.tmp/
|
||||
|
||||
# Test reports
|
||||
scripts/tests/reports/
|
||||
*.pid
|
||||
|
||||
Loading…
Reference in New Issue
Block a user