- Multi-stage Dockerfile (node:20-alpine, pnpm, standalone) - docker-compose.yml (SQLite volume dahil) - .dockerignore - Gitea CI: lint + build + Docker imaj push - next.config.ts: output standalone eklendi
12 lines
90 B
Plaintext
12 lines
90 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
.agents
|
|
.claude
|
|
.mcp.json
|
|
*.md
|
|
.env*
|
|
!.env.example
|
|
drizzle/
|
|
data/
|