feat: 添加 CodeGraph 数据文件的 .gitignore 配置

This commit is contained in:
2026-07-28 12:26:46 +08:00
parent e43ae0574c
commit a537fee613

5
.codegraph/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# 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