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.
2 parents bfe33ca + 6e33e0d commit edb010dCopy full SHA for edb010d
.claude/settings.json
@@ -0,0 +1,15 @@
1
+{
2
+ "permissions": {
3
+ "allow": [
4
+ "WebFetch(domain:github.com)",
5
+ "Bash(cat:*)",
6
+ "Bash(gh issue edit:*)",
7
+ "Bash(grep:*)",
8
+ "Bash(npm run prepush:*)",
9
+ "Bash(find:*)",
10
+ "Bash(sort:*)",
11
+ "Bash(npm run build:*)",
12
+ "Bash(npm run test:*)"
13
+ ]
14
+ }
15
+}
.gitignore
@@ -21,4 +21,4 @@ vite.config.js.timestamp-*
21
vite.config.ts.timestamp-*
22
23
coverage/
24
-.claude
+.claude/settings.local.json
0 commit comments