From 86e80a42c2cf11b70c31122559e84102ceae3a84 Mon Sep 17 00:00:00 2001 From: HynLcc Date: Fri, 7 Aug 2026 01:38:14 +0800 Subject: [PATCH] chore: ignore local .claude directory Keeps per-developer Claude Code config out of the repo, alongside the existing .agents entry. Co-Authored-By: Claude Opus 5 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a5fda5d6..3b8caaa2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ /images/_tmp/ /images/_preview/ AGENTS.md -.agents \ No newline at end of file +.agents +.claude \ No newline at end of file