Files
Cheat-1.21.11/.claude/settings.local.json
arkonsadter 54de787034
Some checks failed
continuous-integration/drone/push Build was killed
Add Scaffold module with SafeWalk and Tower features
2026-04-24 15:04:29 +06:00

14 lines
359 B
JSON

{
"permissions": {
"allow": [
"Bash(curl -L -o gradle/wrapper/gradle-wrapper.jar https://raw.githubusercontent.com/gradle/gradle/master/gradle/wrapper/gradle-wrapper.jar)",
"Bash(git init *)",
"Bash(git checkout *)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git remote *)",
"Bash(git push *)"
]
}
}