Files
OwnCord/.gitignore
T
jevb b7d63dd443 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.
2026-03-15 16:54:55 +01:00

42 lines
687 B
Plaintext

# Claude Code local config
.claude/
Client/.claude/
Server/.claude/
# 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
Server/chatserver.exe
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