PlanTempusApp/.claude/settings.local.json

23 lines
831 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(cd:*)",
"Bash(ls:*)",
"Bash(dotnet build:*)",
2026-01-12 22:10:57 +01:00
"Bash(find:*)",
"Bash(tree:*)",
"Bash(npm run analyze-css:*)",
"Bash(node:*)",
"Bash(npx esbuild:*)",
"mcp__ide__getDiagnostics",
"Bash(grep:*)",
"Bash(dir /s /b \"C:\\\\Users\\\\Janus Knudsen\\\\source\\\\swp-repos\\\\Calendar\\\\*rapport*.html\")",
"Bash(dir /s /b \"C:\\\\Users\\\\Janus Knudsen\\\\source\\\\swp-repos\\\\Calendar\\\\wwwroot\\\\*.html\")",
"Bash(dir /s /b \"C:\\\\Users\\\\Janus Knudsen\\\\source\\\\swp-repos\\\\*rapport*.html\")",
"Bash(dir /s /b \"C:\\\\Users\\\\Janus Knudsen\\\\source\\\\swp-repos\\\\Calendar\\\\wwwroot\\\\poc*.html\")",
"Bash(Get-ChildItem:*)",
"Bash(Select-Object -ExpandProperty FullName)"
]
}
}