- Configure Next.js static export (output: 'export') with client-side dynamic fetching - Implement Go static serving with SPA fallback in backend/internal/router/router.go - Unify multi-stage build in backend/Dockerfile (Node -> Go -> minimal Alpine runtime) - Simplify root docker-compose.yml to single anl-app service on port 8080 - Update REQUIREMENTS.md DM-03 and AC-17 normative contracts to v3.0 Unified Go Backend - Restore strict regression verification in Gate 9 (AC-35/36/37) and unittest suite - All Go unit tests, TypeScript type checks, ESLint, and E2E gates passed clean
19 lines
203 B
Plaintext
19 lines
203 B
Plaintext
# Binaries and build outputs
|
|
/bin/
|
|
/export-content
|
|
/api
|
|
/seed
|
|
/web/
|
|
|
|
# SQLite databases and WAL journal files
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
!db/backup/*.sql
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.log
|