- Add repos.yaml registry for all host-uk packages - Add packages/ directory with .gitkeep (contents git-ignored) - Add README with quickstart and prerequisites - Add CLAUDE.md for AI-assisted development Use `core setup` to clone all repos into packages/ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
20 lines
193 B
Text
20 lines
193 B
Text
# Ignore all cloned packages (they have their own repos)
|
|
packages/*
|
|
!packages/.gitkeep
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Logs
|
|
*.log
|