This is an automated email from the ASF dual-hosted git repository.

ammachado pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new cf510f034f89 chore: ignore .codex (Codex local config dir)
cf510f034f89 is described below

commit cf510f034f89113c3a88abc2941370a25bd56b73
Author: Adriano Machado <[email protected]>
AuthorDate: Sat Jul 11 18:06:34 2026 -0400

    chore: ignore .codex (Codex local config dir)
    
    Local Codex project-scoped configuration should not be committed.
    Grouped alongside the existing .claude entry.
    
    Co-Authored-By: Claude Opus 4.8 <[email protected]>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 50b0f778ea58..9a9a12cf53b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,5 +34,6 @@ mvnd.zip*
 .mvn/.develocity/develocity-workspace-id
 backlog
 .claude
+.codex
 .mcp.json
 .omc

Reply via email to