更新.gitignore

This commit is contained in:
2026-07-15 10:04:05 +08:00
parent a5d129cfa0
commit 0e4ed71318
28 changed files with 64 additions and 2191 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(npm install *)",
"Read(//e/Demos/DemoOwns/Go/**)",
"Bash(npm init *)",
"Bash(npm uninstall *)",
"Bash(mkdir -p uniapp)",
"Bash(mkdir src *)",
"Bash(touch src/App.vue src/main.ts pages.json vite.config.js uni.scss)"
]
}
}