We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da11c2b commit 432e814Copy full SHA for 432e814
.claude/settings.local.json
@@ -3,7 +3,12 @@
3
"allow": [
4
"Bash(./gradlew:*)",
5
"Bash(find:*)",
6
- "Bash(grep:*)"
+ "Bash(grep:*)",
7
+ "Bash(rm:*)",
8
+ "Bash(npm test:*)",
9
+ "Bash(timeout:*)",
10
+ "Bash(echo:*)",
11
+ "WebFetch(domain:github.com)"
12
],
13
"deny": []
14
}
.gitignore
@@ -14,3 +14,4 @@ IDE.properties
# ASDF https://asdf-vm.com/
15
.tool-versions
16
.aider*
17
+/worktrees
0 commit comments