- Verified multi-stage Dockerfile builds successfully (pnpm build passes) - Improved .dockerignore for smaller build context - Graceful shutdown wired: SIGTERM/SIGINT drain active fights (10s timeout) - Migrations + mock bot seeding run on startup automatically - PWA: manifest, service worker, icons, offline caching all configured - Workbox caches app shell + fonts + TTS model, excludes API routes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
168 B
Plaintext
18 lines
168 B
Plaintext
node_modules
|
|
.git
|
|
.github
|
|
.claude
|
|
.pnpm-store
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
*.db-shm
|
|
data/backups
|
|
frontend/dist
|
|
server/dist
|
|
loop
|
|
*.md
|
|
!pnpm-workspace.yaml
|
|
.env*
|
|
.DS_Store
|