chore: add Claude Code local files to gitignore (#1179)
Add CLAUDE.local.md and settings.local.json to gitignore to prevent committing Claude Code local configuration files. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>pull/1180/head
parent
9afa292ca5
commit
c97fcf08b2
|
@ -16,3 +16,7 @@ yarn-error.log
|
||||||
# for debug or playing
|
# for debug or playing
|
||||||
sandbox
|
sandbox
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# Claude Code local files
|
||||||
|
CLAUDE.local.md
|
||||||
|
settings.local.json
|
Loading…
Reference in New Issue