We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3d3af commit 90ff4c1Copy full SHA for 90ff4c1
.claude/settings.local.json
@@ -20,7 +20,10 @@
20
"Bash(chmod:*)",
21
"Bash(gh run list:*)",
22
"Bash(gh run view:*)",
23
- "Bash(gofmt:*)"
+ "Bash(gofmt:*)",
24
+ "Bash(find:*)",
25
+ "Bash(git add:*)",
26
+ "Bash(git restore:*)"
27
],
28
"deny": []
29
}
.gitignore
@@ -0,0 +1 @@
1
+.claude
0 commit comments