Files
Project-Manager/.gitignore

18 lines
255 B
Plaintext

dist/
build/
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