first commit

This commit is contained in:
2026-02-15 11:37:27 +01:00
commit 884ee9cc88
299 changed files with 41102 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(composer install:*)",
"Bash(/c/xampp/php/php.exe -r \"copy\\(''https://getcomposer.org/installer'', ''composer-setup.php''\\);\")",
"Bash(/c/xampp/php/php.exe composer-setup.php)",
"Bash(/c/xampp/php/php.exe -r \"unlink\\(''composer-setup.php''\\);\")",
"Bash(/c/xampp/php/php.exe composer.phar:*)"
]
}
}