From 518a4dd5ee1bc567675712a1fd9e92fc85e45c41 Mon Sep 17 00:00:00 2001 From: Will Miao Date: Tue, 16 Jun 2026 13:05:11 +0800 Subject: [PATCH] chore: add reasonix.toml and .codegraph/ to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 76989756..e639f1e5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,12 +12,14 @@ coverage/ .coverage model_cache/ -# agent +# agent / dev tooling .opencode/ .claude/ .sisyphus/ .codex .omo +reasonix.toml +.codegraph/ # Vue widgets development cache (but keep build output) vue-widgets/node_modules/