From 270791bb5422bb33e4804f41476df24f95d51e38 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Tue, 9 Jun 2026 14:50:21 +0800 Subject: [PATCH] feat: add .codex to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff6b9c5..75aa8cc 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,5 @@ package.json.bak # AI .claude .cursor -.gemini \ No newline at end of file +.gemini +.codex \ No newline at end of file