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 7b82c58 commit de885bfCopy full SHA for de885bf
.claude/settings.json
@@ -0,0 +1,25 @@
1
+{
2
+ "permissions": {
3
+ "allow": [
4
+ "Read(**)",
5
+ "Edit(**)",
6
+ "Bash(ls:*)",
7
+ "Bash(grep:*)",
8
+ "Bash(rg:*)",
9
+ "Bash(find:*)",
10
+ "Bash(go:*)",
11
+ "Bash(git status:*)",
12
+ "Bash(git diff:*)",
13
+ "Bash(git add:*)",
14
+ "Bash(git commit:*)",
15
+ "Bash(git pull:*)",
16
+ "Bash(git log:*)",
17
+ "Bash(npm test:*)",
18
+ "Bash(npm run test:*)",
19
+ "Bash(npm run vitest:*)",
20
+ "Bash(npx vitest:*)",
21
+ "WebFetch(domain:www.gitpod.io)"
22
+ ],
23
+ "deny": []
24
+ }
25
.gitignore
@@ -61,3 +61,6 @@ components/server/*.log
61
62
# Local redis dump files
63
dump.rdb
64
+
65
+# Claude settings
66
+.claude/settings.local.json
0 commit comments