Skip to content

Commit 8183e0a

Browse files
xuyushun441-sysos-zhuangclaude
authored
chore: ignore local .codex/ agent tooling directory (#1579)
The Codex CLI writes a local .codex/config.toml into the repo root. It's per-developer tooling, not project source, so add it to .gitignore. Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent bc44195 commit 8183e0a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,7 @@ apps/cloud/artifacts/
114114
studio-crm.png
115115
examples/app-crm/storage/
116116

117-
.objectstack
117+
.objectstack
118+
119+
# Local agent tooling
120+
.codex/

0 commit comments

Comments
 (0)