1
0

chore: untrack .claude/settings.local.json from global ignore

Override global gitignore rule to allow project-specific Claude settings.
This commit is contained in:
2026-03-02 16:51:17 +08:00
parent ed940f0690
commit d598de27b3
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"WebSearch",
"Bash(openspec:*)",
"Bash(openspec new:*)",
"Bash(openspec status:*)",
"Bash(openspec instructions:*)",
"Bash(uv run:*)",
"Bash(ls:*)",
"Bash(wc:*)"
]
}
}

1
.gitignore vendored
View File

@@ -264,3 +264,4 @@ pnpm-lock.yaml
# !assets/
temp
!.claude/settings.local.json