Add .claude/settings.local.json to gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(python3 -c \":*)",
|
||||
"Bash(git commit:*)",
|
||||
"Bash(git add:*)",
|
||||
"Bash(git push:*)",
|
||||
"Bash(find .git -name \"*.lock\" -delete)"
|
||||
]
|
||||
}
|
||||
}
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,5 +1,8 @@
|
||||
# Cursor AI reference documentation (internal use only)
|
||||
.cursor/*
|
||||
|
||||
# Claude Code local settings
|
||||
.claude/settings.local.json
|
||||
!.cursor/rules/
|
||||
!.cursor/rules/**
|
||||
!.cursor/skills/
|
||||
|
||||
Reference in New Issue
Block a user