chore: untrack .claude/settings.local.json from global ignore
Override global gitignore rule to allow project-specific Claude settings.
This commit is contained in:
14
.claude/settings.local.json
Normal file
14
.claude/settings.local.json
Normal 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:*)"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -263,4 +263,5 @@ pnpm-lock.yaml
|
|||||||
# !examples/
|
# !examples/
|
||||||
# !assets/
|
# !assets/
|
||||||
|
|
||||||
temp
|
temp
|
||||||
|
!.claude/settings.local.json
|
||||||
|
|||||||
Reference in New Issue
Block a user