chore: untrack .claude/settings.local.json (machine-specific) #4
@@ -1,57 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
||||||
"permissions": {
|
|
||||||
"allow": [
|
|
||||||
"Bash(npm *)",
|
|
||||||
"Bash(npm:*)",
|
|
||||||
"Bash(npx *)",
|
|
||||||
"Bash(node *)",
|
|
||||||
"Bash(tsx *)",
|
|
||||||
"Bash(esbuild *)",
|
|
||||||
"Bash(vitest *)",
|
|
||||||
"Bash(tsc *)",
|
|
||||||
"Bash(. ~/.nvm/nvm.sh*)",
|
|
||||||
"Bash(source ~/.nvm/nvm.sh*)",
|
|
||||||
"Bash(git *)",
|
|
||||||
"Bash(tea *)",
|
|
||||||
"Bash(tea:*)",
|
|
||||||
"Bash(gh *)",
|
|
||||||
"Bash(claude *)",
|
|
||||||
"Bash(curl *)",
|
|
||||||
"Bash(xargs -r kill)"
|
|
||||||
],
|
|
||||||
"deny": [
|
|
||||||
"Bash(npm publish*)",
|
|
||||||
"Bash(sudo *)"
|
|
||||||
],
|
|
||||||
"defaultMode": "acceptEdits"
|
|
||||||
},
|
|
||||||
"sandbox": {
|
|
||||||
"enabled": true,
|
|
||||||
"autoAllowBashIfSandboxed": true,
|
|
||||||
"network": {
|
|
||||||
"allowedDomains": [
|
|
||||||
"registry.npmjs.org",
|
|
||||||
"*.npmjs.org",
|
|
||||||
"nodejs.org",
|
|
||||||
"*.nodejs.org",
|
|
||||||
"raw.githubusercontent.com",
|
|
||||||
"objects.githubusercontent.com",
|
|
||||||
"codeload.github.com",
|
|
||||||
"github.com",
|
|
||||||
"api.github.com",
|
|
||||||
"*.bchen.dev"
|
|
||||||
],
|
|
||||||
"allowLocalBinding": true
|
|
||||||
},
|
|
||||||
"filesystem": {
|
|
||||||
"allowWrite": [
|
|
||||||
"/home/brendan/sqlite-migrate",
|
|
||||||
"/home/brendan/sqlite-migrate/.git",
|
|
||||||
"/home/brendan/.npm",
|
|
||||||
"/home/brendan/.config/tea"
|
|
||||||
],
|
|
||||||
"denyWrite": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -139,3 +139,5 @@ dist
|
|||||||
|
|
||||||
# package: ship pre-compiled dist/
|
# package: ship pre-compiled dist/
|
||||||
!/dist/
|
!/dist/
|
||||||
|
|
||||||
|
.claude/settings.local.json
|
||||||
|
|||||||
Reference in New Issue
Block a user