Skip to content

Commit 6a6f147

Browse files
added ignore
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 8c4bf37 commit 6a6f147

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,5 @@ extras
187187

188188
# updated sometimes with external tools
189189
zsh/zshrc
190+
tools/claude/*
191+
!tools/claude/settings.json

tools/claude/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"permissions": {
33
"allow": [
44
"Bash(wc:*)",
5-
"Bash(lc:*)"
5+
"Bash(lc:*)",
6+
"Bash(go test:*)"
67
]
78
}
89
}

0 commit comments

Comments
 (0)