chore: gitignore generated wiki/index.md

wiki/index.md is regenerated by `codex wiki compile` from wiki/concepts.yaml
(the tracked source), so the generated index should not be version-controlled.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Tarik Moussa
2026-06-17 00:42:37 +02:00
parent 0021859094
commit b55aa5b429

3
.gitignore vendored
View File

@@ -38,3 +38,6 @@ htmlcov/
# Claude Code — settings.json IS committed (team-wide); only personal overrides ignored # Claude Code — settings.json IS committed (team-wide); only personal overrides ignored
.claude/settings.local.json .claude/settings.local.json
# Generated wiki index (regenerated by `codex wiki compile`; concepts.yaml is the source)
wiki/index.md