- 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
30 lines
382 B
Plaintext
30 lines
382 B
Plaintext
# Sensitive files
|
|
.env
|
|
.env.local
|
|
*.env
|
|
|
|
# API keys and secrets
|
|
*api_key*
|
|
*secret*
|
|
firecrawl_config.sh
|
|
|
|
# Claude files
|
|
CLAUDE.md
|
|
.claude/settings.local.json
|
|
|
|
# MCP config
|
|
.mcp.json
|
|
|
|
# Scripts with sensitive data
|
|
scripts/*_local.sh
|
|
|
|
# macOS files
|
|
.DS_Store
|
|
|
|
# Node modules - always exclude from repo
|
|
node_modules/
|
|
.node_modules/
|
|
pnpm-lock.yaml
|
|
|
|
# Never commit real API keys
|
|
*_API_KEY |