Implement wiring hardening, runtime API config, smoke tests, and build scripts
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -7,3 +7,11 @@ node_modules/
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user