.env example

This commit is contained in:
2026-02-16 19:27:45 -07:00
parent a7978de5a0
commit cd19f8c0b9
9 changed files with 836 additions and 32 deletions

10
.gitignore vendored
View File

@@ -21,6 +21,7 @@ node_modules/
.env
.env*
!.env.example
/configs/cloudflare/*.json
/configs/cloudflare/*.yaml
@@ -34,3 +35,12 @@ node_modules/
# NAR data directory (large voter registry files)
/data/
# Media files (managed by Docker volumes, not git)
/media/
# Build output
/admin/dist/
# MkDocs core binary
/mkdocs/core