This commit is contained in:
Cristiano Benassati 2026-02-18 17:22:19 +01:00
commit 92f9366ef4
2 changed files with 76 additions and 0 deletions

46
.claude/settings.json Normal file
View File

@ -0,0 +1,46 @@
{
"permissions": {
"allow": [
"Bash(git:*)",
"Bash(grep:*)",
"Bash(echo:*)",
"Bash(php:*)",
"Bash(mysql:*)",
"Bash(curl:*)",
"Bash(npm:*)",
"Bash(node:*)",
"Bash(python3:*)",
"Bash(pip:*)",
"Bash(cat:*)",
"Bash(ls:*)",
"Bash(find:*)",
"Bash(mkdir:*)",
"Bash(cp:*)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(chmod:*)",
"Bash(chown:*)",
"Bash(docker:*)",
"Bash(ssh:*)",
"Bash(scp:*)",
"Bash(tar:*)",
"Bash(xargs:*)",
"Bash(php -l:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git pull:*)",
"Bash(git branch:*)",
"Bash(git config:*)",
"Bash(git remote:*)",
"Bash(git remote set-url:*)",
"Bash(git add:*)",
"Bash(git status:*)",
"Bash(git log:*)",
"Bash(git diff:*)",
"WebFetch(domain:certisource.it)",
"WebFetch(domain:git.certisource.it)",
"WebFetch(domain:github.com)",
"WebFetch(domain:raw.githubusercontent.com)"
]
}
}

View File

@ -0,0 +1,30 @@
{
"permissions": {
"allow": [
"Bash(git:*)",
"Bash(grep:*)",
"Bash(echo:*)",
"Bash(php:*)",
"Bash(mysql:*)",
"Bash(curl:*)",
"Bash(npm:*)",
"Bash(node:*)",
"Bash(python3:*)",
"Bash(cat:*)",
"Bash(ls:*)",
"Bash(find:*)",
"Bash(mkdir:*)",
"Bash(cp:*)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(chmod:*)",
"Bash(chown:*)",
"Bash(xargs:*)",
"Bash(php -l:*)",
"Bash(docker:*)",
"Bash(ssh:*)",
"Bash(scp:*)",
"Bash(tar:*)"
]
}
}