NODEDC_PLATFORM/.gitignore

27 lines
243 B
Plaintext

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