chore: update project files

This commit is contained in:
AIGC Developer
2025-11-13 17:01:39 +08:00
parent 83bf064bb2
commit 2961d2b0d0
344 changed files with 11549 additions and 15941 deletions

View File

@@ -0,0 +1,29 @@
{
"permissions": {
"allow": [
"Bash(netstat:*)",
"Bash(findstr:*)",
"Bash(tasklist:*)",
"Bash(taskkill /F /PID 34568)",
"Bash(powershell \"Stop-Process -Id 34568 -Force\")",
"Bash(mvn clean:*)",
"Bash(cmd /c \"mvn clean\")",
"Bash(dir:*)",
"Bash(nul)",
"Bash(.mvnw.cmd clean package:*)",
"Bash(powershell -Command \"./mvnw.cmd clean package -DskipTests\")",
"Bash(powershell -Command:*)",
"Bash(timeout /t 3 /nobreak)",
"Bash(git rm:*)",
"Bash(if exist .dockerignore del .dockerignore)",
"Bash(if exist Dockerfile del Dockerfile)",
"Bash(if exist nginx.conf del nginx.conf)",
"Bash(if exist Dockerfile.java21 del Dockerfile.java21)",
"Bash(if exist Dockerfile.linux del Dockerfile.linux)",
"Bash(if exist docker-compose.example.yml del docker-compose.example.yml)",
"Bash(if exist nginx rmdir /s /q nginx)"
],
"deny": [],
"ask": []
}
}