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:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -264,3 +264,4 @@ pnpm-lock.yaml
|
||||
# !assets/
|
||||
|
||||
temp
|
||||
!.claude/settings.local.json
|
||||
|
||||
Reference in New Issue
Block a user