16 lines
178 B
Plaintext
16 lines
178 B
Plaintext
# Database persistence (generated locally; do not commit)
|
|
data/*
|
|
!data/.gitkeep
|
|
|
|
# Environment Secrets
|
|
.env
|
|
.env.local
|
|
|
|
# Node.js
|
|
node_modules/
|
|
dist/
|
|
*.log
|
|
|
|
# OS Files
|
|
.DS_Store
|