29 lines
400 B
Plaintext
29 lines
400 B
Plaintext
# Keep the build context lean and secrets out of the image. Next.js would
|
|
# happily read a baked-in .env at runtime — configuration must come from
|
|
# --env-file / -e instead.
|
|
.env*
|
|
!.env.example
|
|
env
|
|
|
|
node_modules
|
|
.next
|
|
uploads
|
|
test-results
|
|
playwright-report
|
|
coverage
|
|
*.tsbuildinfo
|
|
|
|
.git
|
|
.gitignore
|
|
.idea
|
|
.claude
|
|
.vscode
|
|
.DS_Store
|
|
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose.yml
|
|
docker
|
|
deploy
|
|
README.md
|