From badaa481c8dd7a8743ee2a86d3c7614cf8a50b3d Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Thu, 30 Oct 2025 15:33:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20.claude/settings.?= =?UTF-8?q?local.json=20=E5=88=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原因: - settings.local.json 是 Claude Code 的个人配置文件 - 包含会话特定的权限设置和个人路径 - 不应该提交到代码仓库 修改: - ✅ 添加 .claude/settings.local.json 到 .gitignore - ✅ 添加注释说明这是 Claude Code 配置 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 30d6cee1..b1a59569 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,9 @@ pnpm-debug.log* *.swo *~ +# Claude Code 配置 +.claude/settings.local.json + # macOS .DS_Store