Files
OwnCord/.gitignore
T
jevb cdb56f1619 chore: ESLint config, 61 lint fixes across 22 client files, CLAUDE.md update
- Add ESLint v9 flat config with typescript-eslint
- Fix no-floating-promises, no-unused-vars, consistent-return across client
- Refactor livekitSession: delegate entirely to AudioPipeline (1438→1171 lines)
- Add 7 delete-account UI tests in settings-overlay.test.ts
- Update CLAUDE.md with latest features and project structure
- Update .gitignore
2026-03-29 19:40:11 +02:00

52 lines
812 B
Plaintext

# Claude Code local config
.claude/
Client/.claude/
Server/.claude/
# Claude Code skills
skills/
\
#github copilot
.github/
# AI-specific / internal planning docs
Obsidian-Brain/
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/
docs/brain/
# Server runtime artifacts
Server/chatserver.exe
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
.gstack/
.claude-flow/
.mcp.json
.superpowers/