Files
Backup/.claude/settings.local.json
T
Administrator 13065aab94 notebookvb
2026-05-23 06:54:13 +02:00

17 lines
505 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 *)",
"PowerShell(Test-NetConnection -ComputerName 192.168.1.50 -Port 27017 -InformationLevel Detailed)",
"Bash(mkdir -p \"U:\\\\PycharmProjects\\\\Backup\\\\PostGRESQLTower\")"
]
}
}