diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..dfa79e3 --- /dev/null +++ b/.claude/settings.json @@ -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)" + ] + } +} \ No newline at end of file diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..4bd2036 --- /dev/null +++ b/.claude/settings.local.json @@ -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:*)" + ] + } +} \ No newline at end of file