Initial commit: Setup project

This commit is contained in:
Administrator
2026-05-23 04:47:35 +02:00
commit b5d71502d8
2 changed files with 59 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"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 *)"
]
}
}