From 7bd4e5d440313e9f5ff42195d06f5e89955b96eb Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Wed, 11 Jun 2025 11:28:29 +0200 Subject: [PATCH] build: update claude --- .claude/settings.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index ebb58110d8..d8cf17a367 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,4 +1,7 @@ { + "includePatterns": ["**/*"], + "excludePatterns": ["node_modules/**", "dist/**", "out-tsc/**"], + "allowFileAccess": true, "permissions": { "allow": [ "Bash(npm ci)", @@ -18,7 +21,7 @@ "Bash(git add:*)", "Bash(git commit:*)" ], - "deny": ["Bash(rm:*)", "Bash(curl:*)", "Bash(git push:*)", "Edit(//*)"] + "deny": ["Bash(rm:*)", "Bash(curl:*)", "Bash(git push:*)"] }, "env": { @@ -26,7 +29,6 @@ "NG_CLI_ANALYTICS": "false", "CI": "true" }, - "includeCoAuthoredBy": false, "verbose": false }