From 6d922b66ff232cbffc0bf0baef8dee1fa49aa3d7 Mon Sep 17 00:00:00 2001 From: WangLeo <690854599@qq.com> Date: Mon, 15 Jun 2026 17:37:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=8F=90=E4=BA=A4gitignore?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codegraph/.gitignore | 5 +++++ .gitignore | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .codegraph/.gitignore diff --git a/.codegraph/.gitignore b/.codegraph/.gitignore new file mode 100644 index 0000000..d20c0fe --- /dev/null +++ b/.codegraph/.gitignore @@ -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 diff --git a/.gitignore b/.gitignore index 891e3e0..8aa1676 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,4 @@ docs/ .superpowers/ 运维/ bug.txt -out.txt +talk.txt