From f0aa0616f78e79f98d550e5ecbe9eaa3bf37fbde Mon Sep 17 00:00:00 2001 From: mzaxd Date: Sun, 25 Jan 2026 16:52:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=20.claude/settings.json=20?= =?UTF-8?q?=E7=A7=BB=E5=87=BA=20git=20=E8=BF=BD=E8=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加到 .gitignore,允许不同电脑使用不同配置 - 保留本地文件,仅从 git 追踪中移除 --- .claude/settings.json | 6 ------ .gitignore | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index 2565d34..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "env": { - "HTTP_PROXY": "http://proxy3.bj.petrochina:8080", - "HTTPS_PROXY": "http://proxy3.bj.petrochina:8080" - } -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 91fcce6..ab97c49 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,6 @@ dump.rdb # Session files sessions/ *.session + +# Claude Code settings (machine-specific) +.claude/settings.json