From d3bf0a164bb9642d4127e7bd40ef162025cced92 Mon Sep 17 00:00:00 2001 From: Will Miao Date: Tue, 23 Jun 2026 07:06:15 +0800 Subject: [PATCH] fix(gitignore): add .reasonix/ to ignore list --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 104f88fe..34975ef8 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ model_cache/ .codex .omo reasonix.toml +.reasonix/ .codegraph/ # Vue widgets development cache (but keep build output)