mirror of
https://github.com/garrytan/gbrain.git
synced 2026-07-27 22:15:33 +00:00
chore(gitignore): ignore CLAUDE.local.md / AGENTS.local.md (#3290)
Agent tools (Claude Code, Codex, …) support a *.local.md counterpart to the committed CLAUDE.md/AGENTS.md for personal, per-clone instruction overrides that load after the committed file and are meant to stay uncommitted. gbrain already ignores other workspace-local agent artifacts (.context/, .claude/), so this fills the remaining gap for the two root-level override files. Explicit filenames rather than a *.local.md glob, matching the existing commented, specific style.
This commit is contained in:
@@ -35,6 +35,11 @@ export/
|
||||
# .context/test-shards/. Workspace-local by design — never committed.
|
||||
.context/
|
||||
|
||||
# Local agent instruction overrides (CLAUDE.local.md / AGENTS.local.md) — personal,
|
||||
# per-clone, loaded after the committed CLAUDE.md/AGENTS.md. Never committed.
|
||||
CLAUDE.local.md
|
||||
AGENTS.local.md
|
||||
|
||||
# Tier 3 PGLite snapshot fixture (built on demand by build:pglite-snapshot)
|
||||
test/fixtures/pglite-snapshot.tar
|
||||
test/fixtures/pglite-snapshot.version
|
||||
|
||||
Reference in New Issue
Block a user