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>
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user