fix: remove tracked user-specific files from repository
- Remove CLAUDE.md from tracking (generated by init-bootstrap) - Remove settings.local.json from tracking (user-specific) - Add both to .gitignore for all users - These files should be created locally by each user
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
firecrawl_config.sh
|
||||
|
||||
# Claude files
|
||||
CLAUDE.md
|
||||
.claude/settings.local.json
|
||||
|
||||
# MCP config
|
||||
.mcp.json
|
||||
|
||||
Reference in New Issue
Block a user