blue/.gitignore
Eric Garcia 4a7aaa569a fix: stop tracking blue.db and update .gitignore
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 07:47:44 -05:00

27 lines
217 B
Text

# Rust
/target/
**/*.rs.bk
Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Playwright
.playwright-mcp/
# Blue
.blue/worktrees/
.blue/blue.db*