chore: clean up working tree and update gitignore
Remove unused multiplayer/player code and abandoned e2e tests. Add gitignore patterns for playwright reports and database files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
5e7b273b33
commit
1234e6ce60
|
|
@ -43,6 +43,14 @@ Thumbs.db
|
|||
# Test coverage
|
||||
coverage/
|
||||
|
||||
# Test reports
|
||||
playwright-report/
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
|
|
|
|||
Loading…
Reference in New Issue