Files
barkwho/.claude/settings.local.json

16 lines
284 B
JSON
Raw Normal View History

2026-01-31 22:18:40 +00:00
{
"permissions": {
"allow": [
"WebSearch",
"Bash(ssh:*)",
"Bash(rsync:*)",
"Bash(ls:*)",
"Bash(chmod:*)",
"Bash(npm install:*)",
"Bash(git -C /home/jramos/barkwho remote:*)",
"Bash(git config:*)",
"Bash(ping:*)"
]
}
}