Initial commit

This commit is contained in:
Robert van Diest
2026-03-24 20:13:07 +01:00
commit 1301a01d6d
123 changed files with 7642 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"permissions": {
"allow": [
"Bash(dotnet new:*)",
"Bash(dotnet sln:*)",
"Bash(dotnet add:*)",
"Bash(dotnet build:*)",
"Bash(dotnet tool:*)",
"Bash(dotnet ef:*)",
"Bash(timeout 8 dotnet run)",
"Bash(npm create:*)",
"Bash(npm install:*)",
"Bash(npm run:*)",
"Bash(npx playwright:*)"
]
}
}