This commit is contained in:
2025-07-23 14:43:07 +09:00
parent d8966128c8
commit 950548385c
26 changed files with 2980 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(cargo:*)",
"Bash(ls:*)"
],
"deny": []
}
}