chore: 将 .claude/settings.json 移出 git 追踪
- 添加到 .gitignore,允许不同电脑使用不同配置 - 保留本地文件,仅从 git 追踪中移除
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"env": {
|
||||
"HTTP_PROXY": "http://proxy3.bj.petrochina:8080",
|
||||
"HTTPS_PROXY": "http://proxy3.bj.petrochina:8080"
|
||||
}
|
||||
}
|
||||
@@ -82,3 +82,6 @@ dump.rdb
|
||||
# Session files
|
||||
sessions/
|
||||
*.session
|
||||
|
||||
# Claude Code settings (machine-specific)
|
||||
.claude/settings.json
|
||||
|
||||
Reference in New Issue
Block a user