From 70c1a534b29dcc222bce50514e3fa72b766fc209 Mon Sep 17 00:00:00 2001 From: wsm <2746563060@侵权。> Date: Tue, 26 May 2026 18:52:50 +0800 Subject: [PATCH] chore: add .claude directory to gitignore Ignore IDE/workspace files generated by Claude Code to prevent them from being accidentally committed. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0cddd63..cc93aad 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ rebel.xml **/target **/logs **/yml +**/.claude ## front **/*.lock