chore: update .gitignore and fix target directory path in build script; add settings for permissions

This commit is contained in:
2026-02-26 17:35:31 +08:00
parent 540a69aa86
commit c5bdc213c0
3 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(cat:*)",
"Bash(mkdir:*)"
],
"deny": [],
"ask": []
}
}