Skip to content

Commit edb010d

Browse files
Merge pull request #289 from OneBusAway/claude-tweaks
commit `.claude/settings.json`
2 parents bfe33ca + 6e33e0d commit edb010d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.claude/settings.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ vite.config.js.timestamp-*
2121
vite.config.ts.timestamp-*
2222

2323
coverage/
24-
.claude
24+
.claude/settings.local.json

0 commit comments

Comments
 (0)