Files
TBNilles 1a2ad98c33 Scaffold GitManager multi-repo dashboard
Runnable skeleton per AGENT.md: Echo server (/, /help, /healthz, /api/repos), read-only repo scanner with in-memory index, the internal/git boundary, the <repo-list> web component with design tokens, and dev tooling (Dockerfile, docker-compose, air, .env.example).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-09-19 16:38:59 -04:00

17 lines
184 B
Plaintext

# Environment (never commit real secrets/config — see .env.example)
.env
# Build output
/bin/
/tmp/
gitmanager
gitmanager.exe
# Logs
*.log
# Editor / OS
.DS_Store
.idea/
.vscode/