chore: update project files
This commit is contained in:
29
.claude/settings.local.json
Normal file
29
.claude/settings.local.json
Normal 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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user