Files
Backup/.claude/settings.local.json
T
Administrator 36d7c43441 notebookvb
2026-05-23 05:28:39 +02:00

15 lines
320 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 *)",
"Bash(git push *)"
]
}
}