2026-03-22 03:09:14 +08:00
|
|
|
node_modules
|
|
|
|
|
.git
|
2026-04-21 10:19:08 +08:00
|
|
|
.gitignore
|
2026-03-22 03:09:14 +08:00
|
|
|
.turbo
|
2026-04-21 10:19:08 +08:00
|
|
|
.worktrees
|
2026-03-22 03:09:14 +08:00
|
|
|
dist
|
|
|
|
|
*.db
|
|
|
|
|
*.db-journal
|
|
|
|
|
*.db-wal
|
2026-04-21 10:19:08 +08:00
|
|
|
*.db-shm
|
2026-03-22 03:09:14 +08:00
|
|
|
.env
|
2026-04-21 10:19:08 +08:00
|
|
|
.env.*
|
|
|
|
|
!.env.example
|
2026-03-22 03:09:14 +08:00
|
|
|
.DS_Store
|
|
|
|
|
.playwright-mcp
|
2026-04-21 10:19:08 +08:00
|
|
|
.mcp.json
|
|
|
|
|
.superpowers
|
|
|
|
|
docs/superpowers
|
|
|
|
|
|
|
|
|
|
# Test artifacts
|
|
|
|
|
test-results
|
|
|
|
|
playwright-report
|
|
|
|
|
blob-report
|
|
|
|
|
tests
|
|
|
|
|
coverage
|
|
|
|
|
*.tsbuildinfo
|
|
|
|
|
MASTER_TEST_MATRIX.md
|
|
|
|
|
|
|
|
|
|
# IDE and editor files
|
|
|
|
|
.vscode
|
|
|
|
|
.idea
|
|
|
|
|
*.swp
|
|
|
|
|
*.swo
|
|
|
|
|
|
|
|
|
|
# CI/release files not needed in image
|
|
|
|
|
.github
|
|
|
|
|
.husky
|
|
|
|
|
.releaserc.json
|
|
|
|
|
scripts
|
|
|
|
|
|
|
|
|
|
# Large test images (favicons/logos in apps/web/public are fine)
|
|
|
|
|
test-*.png
|
|
|
|
|
*.heic
|
|
|
|
|
*.heif
|