Files
a572b2c5536d4df3ad0f/.claude/settings.json
测试环境第一个项目 70c3c29179 Initial commit
2026-04-20 21:10:04 +08:00

22 lines
493 B
JSON

{
"permissions": {
"allow":[
"Bash(pnpm dlx:*)",
"Bash(pnpm lint:*"
],
"deny": [
"Bash(pnpm add:*)",
"Bash(pnpm install:*)",
"Bash(npm install:*)",
"Bash(npm add:*)",
"Bash(yarn add:*)",
"CronCreate",
"CronDelete",
"CronList",
"EnterWorktree",
"ExitWorktree",
"LSP",
"PowerShell"
]
}
}