Files
Backup/.claude/settings.local.json
T
2026-05-23 04:47:35 +02:00

14 lines
294 B
JSON

{
"permissions": {
"allow": [
"Bash(Get-ChildItem -Path \"U:\\\\PycharmProjects\\\\Backup\" -Force)",
"Bash(Select-Object Name)",
"Bash(git init *)",
"Bash(git config *)",
"Bash(git remote *)",
"Bash(git add *)",
"Bash(git commit *)"
]
}
}