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
Yusuke Wada 2025-05-29 19:59:38 +09:00 committed by GitHub
parent 9afa292ca5
commit c97fcf08b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -15,4 +15,8 @@ yarn-error.log
# for debug or playing
sandbox
*.log
*.log
# Claude Code local files
CLAUDE.local.md
settings.local.json