The live config is read AND written by the coder (UI provider toggles PATCH it),
so tracking it churned `git status`. Untrack it (now gitignored under data/*),
add a tracked data/coder-providers.example.json reference, and update the
.gitignore exception + CLAUDE.md/BOOCODER.md docs. Loader already falls back to
{providers:{}} (built-ins only) when the live file is absent. + CHANGELOG v2.5.15.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
309 B
Plaintext
21 lines
309 B
Plaintext
node_modules
|
|
dist
|
|
.env
|
|
|
|
# Claude / Cursor (local agent & IDE config — CLAUDE.md and AGENTS.md stay tracked)
|
|
.claude/
|
|
.cursor/
|
|
.cursorignore
|
|
CLAUDE.local.md
|
|
*.log
|
|
.DS_Store
|
|
.vite
|
|
coverage
|
|
secrets/
|
|
data/*
|
|
!data/AGENTS.md
|
|
!data/skills/
|
|
!data/mcp.json
|
|
!data/coder-providers.example.json
|
|
codecontext/fork.tar.gz
|