From 1e82d22048b78dad0f89e20053c56e70cf1d0ee6 Mon Sep 17 00:00:00 2001 From: zhenyi <434836402@qq.com> Date: Mon, 1 Jun 2026 22:05:41 +0800 Subject: [PATCH] chore(git): ignore .codegraph directory in git tracking - Added .codegraph to .gitignore to prevent tracking build artifacts - Maintains clean repository state by excluding generated files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9bbdde0..f3d9e3c 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,7 @@ pnpm-debug.log* # Build output dist/ build/ - +.codegraph # Logs logs/ *.log