20 lines
281 B
Plaintext
20 lines
281 B
Plaintext
# Local runtime data / secrets
|
|
data/
|
|
backend/data/*.json
|
|
|
|
# Allow checked-in examples/templates
|
|
!backend/data/*.example.json
|
|
|
|
# Dependencies / build output
|
|
node_modules/
|
|
backend/node_modules/
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/dev-dist/
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|
|
*.env
|
|
|