chore: 从 git 跟踪中移除 .claude/ 目录

.claude/ 是个人的 Claude Code 定制化配置,不需要提交到仓库。
已在 .gitignore 中忽略,此次移除 git 跟踪。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
zy
2026-02-08 23:50:32 +08:00
parent 041a841906
commit 26db5c51f2

View File

@@ -1,49 +0,0 @@
{
"permissions": {
"allow": [
"mcp__context7__resolve-library-id",
"mcp__context7__get-library-docs",
"Bash(go mod:*)",
"Bash(go build:*)",
"Bash(go get:*)",
"Bash(go list:*)",
"Bash(go test:*)",
"Bash(rmdir:*)",
"Bash(rm:*)",
"Bash(gofmt:*)",
"Bash(goimports:*)",
"Bash(chmod:*)",
"Bash(true)",
"Bash(go vet:*)",
"Bash(golangci-lint run:*)",
"WebSearch",
"mcp__playwright__browser_navigate",
"mcp__playwright__browser_click",
"mcp__playwright__browser_tab_select",
"Bash(gh pr merge:*)",
"Bash(gh release list:*)",
"Bash(awk:*)",
"Bash(CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o test-xiaohongshu-mcp-linux-amd64 .)",
"Bash(tar:*)",
"mcp__playwright__browser_type",
"mcp__playwright__browser_close",
"Bash(git remote:*)",
"mcp__plugin_playwright_playwright__browser_navigate",
"mcp__xiaohongshu-mcp__check_login_status",
"mcp__xiaohongshu-mcp__publish_content",
"mcp__plugin_playwright_playwright__browser_click",
"mcp__plugin_playwright_playwright__browser_resize",
"mcp__plugin_playwright_playwright__browser_snapshot",
"mcp__plugin_playwright_playwright__browser_evaluate",
"Bash(date:*)",
"mcp__xiaohongshu-mcp__publish_with_video",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git checkout:*)",
"Bash(git pull:*)",
"Bash(git branch:*)"
],
"deny": []
}
}