From ef09a1c5d5efab7a52c51ec00d9be5f401603c14 Mon Sep 17 00:00:00 2001 From: zly <644706215@qq.com> Date: Wed, 28 Jan 2026 20:26:47 +0800 Subject: [PATCH] chore: add .claude/ to gitignore Co-Authored-By: Claude --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 760afda..741c5eb 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,7 @@ progress.json status.json # Kirol -.kiro \ No newline at end of file +.kiro + +# Claude Code +.claude/ \ No newline at end of file