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 8e8f588 commit 3fafd7eCopy full SHA for 3fafd7e
.claude/settings.local.json
@@ -13,7 +13,9 @@
13
"Bash(ls:*)",
14
"Read(//Users/mg/workspace/**)",
15
"Bash(npm test -- packageManager)",
16
- "Bash(bundle install:*)"
+ "Bash(bundle install:*)",
17
+ "Bash(git add:*)",
18
+ "Bash(git commit:*)"
19
],
20
"deny": [],
21
"ask": []
.gitignore
@@ -30,6 +30,7 @@ postgres_data/
30
.huggingface
31
32
.bin
33
+.claude
34
.vite
35
.venv
36
node_modules
0 commit comments