From c3a7c8473bcef77f04f07204a4cffd34e69ab504 Mon Sep 17 00:00:00 2001 From: zhengli Date: Mon, 25 May 2026 17:59:10 +0800 Subject: [PATCH] =?UTF-8?q?docs(git):=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=BB=A5=E5=BF=BD=E7=95=A5=20CLAUDE.local.md?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .gitignore 文件中添加 CLAUDE.local.md 以防止本地文件被提交 - 保持 .gitignore 文件结构清晰和可维护 - 避免将临时或本地配置文件提交到版本控制中 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a8ba116..eee3d4a 100644 --- a/.gitignore +++ b/.gitignore @@ -266,3 +266,4 @@ build /log .git /.codebuddy/rules/编码规则.mdc +CLAUDE.local.md