Files
twblue/.claude/settings.local.json
Jesús Pavón Abián 96ac92957d Limpiando
2026-03-03 19:33:46 +01:00

24 lines
706 B
JSON

{
"permissions": {
"allow": [
"Bash(ls:*)",
"Bash(dir:*)",
"Bash(findstr:*)",
"Bash(find:*)",
"Bash(python:*)",
"Bash(git checkout:*)",
"WebSearch",
"WebFetch(domain:bsky.app)",
"Bash(cmd /c \"dir /s /b %APPDATA%\\\\twblue\\\\*.log 2>nul\")",
"Bash(cmd /c \"dir /s /b %TEMP%\\\\twblue*.log 2>nul\")",
"Bash(cmd /c \"type C:\\\\Users\\\\Usuario\\\\Desktop\\\\repos\\\\twblue\\\\src\\\\logs\\\\debug.log | findstr /n . | findstr /r \"^[0-9]*:\" | tail -50\")",
"WebFetch(domain:atproto.blue)",
"Bash(fc:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(pip show:*)"
]
}
}