puffin-app/.claude/settings.local.json

13 lines
239 B
JSON
Raw Normal View History

{
"permissions": {
"allow": [
"Bash(timeout:*)",
"Bash(timeout /t 2)",
"Bash(if exist .nextdevlock del /F .nextdevlock)",
"Bash(if exist .nextdev rd /S /Q .nextdev)"
],
"deny": [],
"ask": []
}
}