From 7a2ade0a026443831077c38a12b22814516d748c Mon Sep 17 00:00:00 2001 From: unraid Date: Sun, 5 Apr 2026 15:38:45 +0800 Subject: [PATCH] chore: add .agents/.codex/.omx to .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f9d718ce3..be73e32b8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,9 @@ coverage .vscode *.suo *.lock -src/utils/vendor/ \ No newline at end of file +src/utils/vendor/ + +# AI tool runtime directories +.agents/ +.codex/ +.omx/ \ No newline at end of file