From 733efe7b2f74b2cbba8de7a3d151d4f75e4aad8c Mon Sep 17 00:00:00 2001 From: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:12:00 +0800 Subject: [PATCH] chore: ignore local .codex/ agent tooling directory 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: Claude Opus 4.8 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e5ff54be..04f7af8ae 100644 --- a/.gitignore +++ b/.gitignore @@ -114,4 +114,7 @@ apps/cloud/artifacts/ studio-crm.png examples/app-crm/storage/ -.objectstack \ No newline at end of file +.objectstack + +# Local agent tooling +.codex/ \ No newline at end of file