From 3b59127fa9362c34c50741923f4def9a9bed6dcd Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 9 Jan 2026 10:36:14 +0100 Subject: [PATCH] untrack claude settings --- .claude/settings.local.json | 22 ---------------------- .gitignore | 5 +++-- 2 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 34efff9..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "permissions": { - "allow": [ - "WebFetch(domain:developers.brevo.com)", - "WebSearch", - "WebFetch(domain:getkirby.com)", - "Bash(mkdir:*)", - "Bash(composer require:*)", - "Bash(composer config:*)", - "Bash(git checkout:*)", - "WebFetch(domain:docs.snipcart.com)", - "WebFetch(domain:www.mondialrelay.fr)", - "WebFetch(domain:storage.mondialrelay.fr)", - "WebFetch(domain:jsfiddle.net)", - "Bash(tree:*)", - "Bash(git add:*)", - "Bash(git commit:*)" - ], - "deny": [], - "ask": [] - } -} diff --git a/.gitignore b/.gitignore index df5f869..8559087 100644 --- a/.gitignore +++ b/.gitignore @@ -27,5 +27,6 @@ dist-ssr # Variables d'environnement Brevo api/.env -# Guide d'intégration (contient des informations sensibles) -GUIDE-INTEGRATION-MONDIAL-RELAY.md +# Claude settings +.claude +/.claude/*