From 67e11d3030a16aeccf9a0404513bd8281ad80d63 Mon Sep 17 00:00:00 2001 From: magdev Date: Tue, 30 Dec 2025 00:15:42 +0100 Subject: [PATCH] permitted more commands --- .claude/settings.local.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 284aa72..d2f6ed1 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -21,7 +21,25 @@ "Bash(php -l:*)", "Bash(git push:*)", "Bash(git checkout:*)", - "Bash(git rebase:*)" + "Bash(git rebase:*)", + "Bash(git merge:*)", + "Bash(git stash:*)", + "Bash(for po in languages/*.po)", + "Bash('wc-tier-and-package-prices/*.log' )", + "Bash('wc-tier-and-package-prices/.claude/*' )", + "Bash('wc-tier-and-package-prices/CLAUDE.md' )", + "Bash('wc-tier-and-package-prices/releases/*' )", + "Bash('wc-tier-and-package-prices/node_modules/*' )", + "Bash('wc-tier-and-package-prices/.DS_Store' )", + "Bash('wc-tier-and-package-prices/Thumbs.db' )", + "Bash('wc-tier-and-package-prices/.vscode/*' )", + "Bash('wc-tier-and-package-prices/.idea/*' )", + "Bash('wc-tier-and-package-prices/*.sublime-*' )", + "Bash('wc-tier-and-package-prices/notes.*' )", + "Bash('wc-tier-and-package-prices/logs/*' )", + "Bash('wc-tier-and-package-prices/templates/cache/*' )", + "Bash('wc-tier-and-package-prices/composer.lock' )", + "Bash('*/wordpress/*')" ] } }