Skip to content

Commit 3fafd7e

Browse files
committed
update ignore
1 parent 8e8f588 commit 3fafd7e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"Bash(ls:*)",
1414
"Read(//Users/mg/workspace/**)",
1515
"Bash(npm test -- packageManager)",
16-
"Bash(bundle install:*)"
16+
"Bash(bundle install:*)",
17+
"Bash(git add:*)",
18+
"Bash(git commit:*)"
1719
],
1820
"deny": [],
1921
"ask": []

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ postgres_data/
3030
.huggingface
3131

3232
.bin
33+
.claude
3334
.vite
3435
.venv
3536
node_modules

0 commit comments

Comments
 (0)