diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index c5e70b7..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -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 -} diff --git a/.gitignore b/.gitignore index bedfeb8..ea60012 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ node_modules *.vsix backup backup-files +.claude/settings.local.json