Files
text-adventure-game/.claude/settings.local.json

23 lines
514 B
JSON
Raw Permalink Normal View History

{
"permissions": {
"allow": [
"Bash(ls:*)",
"Bash(dir:*)",
"Read(//d/**)",
"mcp__playwright__browser_navigate",
"Bash(npx vitest run:*)",
"Bash(npx vitest:*)",
"Bash(netstat:*)",
"Bash(git init:*)",
"Bash(git config:*)",
"Bash(git remote add:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Read(//d/uniapp/app_test/wwa3/**)",
"Bash(npx eslint:*)",
"mcp__playwright__browser_close"
]
}
}