From 23df28cb65f331badac54867841bd0abbaa8725d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Mon, 1 Jun 2026 14:45:41 +0800 Subject: [PATCH] =?UTF-8?q?chore(git):=20=E6=9B=B4=E6=96=B0=20.gitignore?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=E4=BB=A5=E5=BF=BD=E7=95=A5=E6=96=B0?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 CLAUDE.md 到忽略列表 - 添加 .claude 目录到忽略列表 - 保持现有忽略规则不变 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3fa6db03..18d72e1d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ logs/ ### CodeArts ### .codeartsdoer -.codemate \ No newline at end of file +.codemate + +CLAUDE.md +.claude \ No newline at end of file