Files
kb-anhonesthost/.gitignore
Josh d552e6ca57 chore: scaffold Astro Starlight project
- Astro 6.3 + Starlight 0.39
- TypeScript strict
- Sitemap integration
- Inter + JetBrains Mono variable fonts
- Custom .gitignore (no AI artifacts; no .env)
- .editorconfig
2026-05-17 10:24:47 -07:00

33 lines
329 B
Plaintext

# build output
dist/
.astro/
# deps
node_modules/
# logs / env
*.log
.env
.env.*
!.env.example
# OS
.DS_Store
Thumbs.db
# editors
.idea/
.vscode/
*.swp
# AI assistant artifacts — NOT committed to the public repo
.claude/
CLAUDE.md
AGENTS.md
GEMINI.md
.cursor/
.aider*
# local-only screenshot creds
tools/screenshots/.env