33 lines
373 B
Plaintext
33 lines
373 B
Plaintext
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.*
|
|
|
|
# next.js build output
|
|
.next
|
|
out
|
|
build
|
|
|
|
# git
|
|
.git
|
|
.gitignore
|
|
|
|
# env files (pass secrets via docker-compose env_file / environment instead)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# docs and planning files (not needed inside the image)
|
|
*.md
|
|
*.csv
|
|
|
|
# editor/OS
|
|
.DS_Store
|
|
.vscode
|
|
.idea
|
|
|
|
# docker itself
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose.yml
|