From 96a654638ac2fba8e5bb71438be8d01ab9c14029 Mon Sep 17 00:00:00 2001 From: darken Date: Sat, 30 Aug 2025 16:47:53 +0200 Subject: [PATCH] Claude settings --- .claude/settings.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 00000000..39d49a5b --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,21 @@ +{ + "permissions": { + "allow": [ + "mcp__ide__getDiagnostics", + "Bash(./gradlew tasks:*)", + "Bash(./gradlew:*)", + "Bash(find:*)", + "Bash(ls:*)", + "Bash(grep:*)", + "Bash(rg:*)", + "WebSearch", + "WebFetch(domain:support.google.com)", + "WebFetch(domain:github.com)", + "WebFetch(domain:mvnrepository.com)", + "WebFetch(domain:kotlinlang.org)", + "WebFetch(domain:developer.android.com)", + "WebFetch(domain:issuetracker.google.com)" + ], + "deny": [] + } +} \ No newline at end of file