Files
Project-Manager/.gitignore
2026-03-17 14:31:43 -04:00

19 lines
265 B
Plaintext

dist/
build/
releases/
node_modules/
.DS_Store
*.log
# Database files (live data lives in Docker volume)
backend/db.json
backend/data/
# TLS certificates — never commit private keys
nginx/certs/*.pem
# Environment secrets
.env
.env.local
.env.production.local