dramaling-vocab-learning/.claude/settings.local.json

20 lines
409 B
JSON

{
"permissions": {
"allow": [
"Read(//Users/jettcheng1018/code/**)",
"Bash(npm install)",
"Bash(npm install:*)",
"Bash(npx:*)",
"Bash(tree:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(xargs:*)",
"Bash(npm init:*)",
"Bash(npm run dev:*)",
"Bash(npm uninstall:*)",
"Bash(git push:*)"
],
"deny": [],
"ask": []
}
}