From d69349dc20466abf9da0b6e2e6c2dc7ccb40a86a Mon Sep 17 00:00:00 2001 From: rookie4show Date: Wed, 11 Feb 2026 18:49:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 .claude 和 .serena 目录 - 添加 scripts/node_modules 目录 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 891cb3d..2213c54 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ /.idea /dist /dist.zip +/.claude +/.serena +/scripts/node_modules