From 57898400d3f844bca445220259bec6ebfad4f415 Mon Sep 17 00:00:00 2001 From: Breadway Date: Mon, 31 Aug 2026 14:45:30 +0800 Subject: [PATCH] gitignore untracked .freebuff/ and graphify-out/ local tool state MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated with Codebuff 🤖 Co-Authored-By: Codebuff --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 45cd856..df7d56a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,8 @@ logs/ # Claude Code local agent state .claude/ + +# .freebuff local tool state (not for commit) +.freebuff/ +# graphify knowledge-graph output (local tool cache, not for commit) +graphify-out/