27 lines
358 B
Plaintext
27 lines
358 B
Plaintext
# Dependencies (rebuilt inside Docker)
|
|
node_modules
|
|
npm-debug.log*
|
|
|
|
# Next.js build output (rebuilt inside Docker)
|
|
.next
|
|
out
|
|
|
|
# Environment files (injected at runtime via Docker Compose)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Version control
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
*.log
|
|
.vscode
|
|
.idea
|
|
|
|
# TypeScript build cache
|
|
tsconfig.tsbuildinfo
|