Phase 1-14 complete: - Unified Express.js API (TypeScript, Prisma ORM, PostgreSQL 16) - React Admin GUI (Vite + Ant Design + Zustand) - JWT auth with refresh tokens - Influence: Campaigns, Representatives, Responses, Email Queue - Map: Locations, Cuts, Shifts, Canvassing System - NAR data import infrastructure (2025 format) - Listmonk newsletter integration - Landing page builder (GrapesJS) - MkDocs + Code Server integration - Volunteer portal with GPS tracking - Monitoring stack (Prometheus, Grafana, Alertmanager) - Pangolin tunnel integration Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
37 lines
652 B
Plaintext
37 lines
652 B
Plaintext
# Node modules
|
|
node_modules/
|
|
*/node_modules/
|
|
**/node_modules/
|
|
|
|
/configs/code-server/.local/*
|
|
!/configs/code-server/.local/.gitkeep
|
|
|
|
/configs/code-server/.config/*
|
|
!/configs/code-server/.config/.gitkeep
|
|
|
|
# MkDocs cache and built site (created by containers)
|
|
/mkdocs/.cache/*
|
|
!/mkdocs/.cache/.gitkeep
|
|
/mkdocs/site/*
|
|
!/mkdocs/site/.gitkeep
|
|
|
|
# Homepage logs (created by container)
|
|
/configs/homepage/logs/*
|
|
!/configs/homepage/logs/.gitkeep
|
|
|
|
.env
|
|
.env*
|
|
|
|
/configs/cloudflare/*.json
|
|
/configs/cloudflare/*.yaml
|
|
/configs/cloudflare/*.yml
|
|
|
|
.excalidraw
|
|
|
|
/.VSCodeCounter
|
|
|
|
/influence/app/public/uploadsdata/
|
|
|
|
# NAR data directory (large voter registry files)
|
|
/data/
|