NODEDC_PLATFORM/.gitignore

25 lines
224 B
Plaintext

.DS_Store
# local env and secrets
.env
.env.*
!.env.example
!.env.*.example
# dependencies and build output
node_modules/
dist/
build/
.turbo/
.next/
coverage/
# logs
*.log
logs/
# local runtime data
tmp/
data/
volumes/