mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2026-05-30 00:05:44 +08:00
Gitignore .claude/settings.local.json
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm run compile:*)",
|
||||
"Bash(grep:*)",
|
||||
"Bash(sed:*)",
|
||||
"Bash(rg:*)",
|
||||
"Bash(npx tsc:*)",
|
||||
"mcp__ide__getDiagnostics",
|
||||
"Bash(curl -s 'https://skills.sh/' -H 'user-agent: Mozilla/5.0')",
|
||||
"Bash(curl -s 'https://skills.sh/' -H 'user-agent: Mozilla/5.0' -o /tmp/skills_page.html)",
|
||||
"Bash(python3 /tmp/skills_parse.py)"
|
||||
],
|
||||
"deny": []
|
||||
},
|
||||
"enableAllProjectMcpServers": false
|
||||
}
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ node_modules
|
||||
*.vsix
|
||||
backup
|
||||
backup-files
|
||||
.claude/settings.local.json
|
||||
|
||||
Reference in New Issue
Block a user