templates support

This commit is contained in:
EugeneTes
2026-01-21 15:56:37 +01:00
parent 729679d283
commit 9fbc61dede
60 changed files with 5678 additions and 14 deletions

View File

@@ -1,7 +1,13 @@
{
"permissions": {
"allow": [
"Bash(grep:*)"
"Bash(grep:*)",
"Bash(xargs:*)",
"Bash(find:*)",
"Bash(tree:*)",
"Bash(wc:*)",
"Bash(dotnet build:*)",
"Bash(dotnet test:*)"
]
}
}