From d8c1b636e397cd6c73682c8e46b992ea25e768db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=B1=AA?= Date: Mon, 7 Sep 2026 20:29:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=20.codegraph=20?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E7=B4=A2=E5=BC=95=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codegraph/.gitignore | 5 ----- .gitignore | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .codegraph/.gitignore diff --git a/.codegraph/.gitignore b/.codegraph/.gitignore deleted file mode 100644 index d20c0fe..0000000 --- a/.codegraph/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# CodeGraph data files — local to each machine, not for committing. -# Ignore everything in .codegraph/ except this file itself, so transient -# files (the database, daemon.pid, sockets, logs) never show up in git. -* -!.gitignore diff --git a/.gitignore b/.gitignore index 1b134b9..12b699c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ src/out/ # 系统文件 .DS_Store Thumbs.db + +# CodeGraph 本地索引 +.codegraph/