chore: update .gitignore to exclude local tooling, build artifacts, and internal docs

Remove Claude Code configs, skills, publish artifacts, HTML mockups,
and internal planning docs from git tracking. Files remain local.
This commit is contained in:
jevb
2026-03-15 16:54:55 +01:00
parent 049b58c183
commit b7d63dd443
34 changed files with 2021 additions and 3034 deletions
+24 -5
View File
@@ -1,13 +1,21 @@
# Claude Code local config
.claude/hooks/
.claude/settings.json
.claude/settings.local.json
.claude/subprocess-settings.json
.claude/
Client/.claude/
Server/.claude/
# Research / personal notes
# Claude Code skills
skills/
# AI-specific / internal planning docs
IMPROVEMENTS.md
STOAT-RESEARCH.md
PROMPTS.md
SKILL.md
AUDIT.md
LANGUAGE-REVIEW.md
MIGRATION-PLAN.md
TESTING-STRATEGY.md
CLIENT-ARCHITECTURE.md
docs/superpowers/
# Server runtime artifacts
@@ -16,7 +24,18 @@ Server/config.yaml
Server/data/
# Test coverage artifacts
*.out
Server/cov.out
Server/cover.out
Server/coverage.out
Server/ws_cover.out
Server/ws_cov.out
# Client build artifacts
Client/publish/
Client/publish-single/
Client/publish-release/
# HTML mockups (large design reference files)
Client/login-mockup.html
Client/ui-mockup.html