add all project files

This commit is contained in:
Luna
2026-04-04 00:40:12 +02:00
parent 3909cfcf95
commit 97eb3eb021
82 changed files with 14174 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(fuser -k 1420/tcp)",
"Bash(pkill -f \"code-editor\")",
"Bash(cargo check:*)",
"Bash(npx tsc:*)",
"Bash(pnpm tauri:*)",
"Bash(ls -lh \"/home/luna/Desktop/code editor/src-tauri/target/release/bundle/deb/\"*.deb)",
"Bash(ls -lh \"/home/luna/Desktop/code editor/src-tauri/target/release/bundle/rpm/\"*.rpm)"
]
}
}