Skip to content

Commit 81bf2b2

Browse files
zhujian0805claude
andcommitted
chore: add .claude directory to gitignore and update local settings
- Add .claude/* to .gitignore to exclude local Claude Code settings - Update local settings with additional allowed bash commands 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4d6c8ce commit 81bf2b2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
"Bash(git add:*)",
6565
"Bash(git commit:*)",
6666
"mcp__serena__think_about_task_adherence",
67-
"mcp__serena__read_memory"
67+
"mcp__serena__read_memory",
68+
"Bash(python3.14-nogil:*)",
69+
"Bash(pkill:*)"
6870
],
6971
"additionalDirectories": [
7072
"/home/jzhu/projects/repos/mcpm.sh",

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ dist
1616
.crush/
1717
.mcp.json
1818
.venv
19+
.claude/*

0 commit comments

Comments
 (0)