Skip to content

Commit 0b27ab8

Browse files
committed
chore(gitignore): ignore .opencode/magic-context.jsonc
The Magic Context plugin writes per-project config to .opencode/magic-context.jsonc. It's a user-personal toggle (e.g. {"ctx_reduce_enabled": true}), not project state shared across contributors. Treat it like .opencode/dumps and keep it out of git.
1 parent 7fc77fb commit 0b27ab8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ ts-bench/
4747
# Benchmark configs (may contain API keys)
4848
benchmarks/configs/
4949
.opencode/dumps
50+
.opencode/magic-context.jsonc
5051
codedb.snapshot
5152
benchmarks/search-bench-results.json
5253

0 commit comments

Comments
 (0)