fix: stop tracking blue.db and update .gitignore

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Eric Garcia 2026-01-26 07:47:44 -05:00
parent 015c21d381
commit 4a7aaa569a
2 changed files with 2 additions and 9 deletions

Binary file not shown.

11
.gitignore vendored
View file

@ -14,14 +14,6 @@ Cargo.lock
.DS_Store
Thumbs.db
# Blue database (derived index, rebuilt from filesystem) - RFC 0022
.blue/blue.db
.blue/blue.db-journal
# Blue SQLite WAL files (transient)
*.db-shm
*.db-wal
# Environment
.env
.env.local
@ -30,5 +22,6 @@ Thumbs.db
# Playwright
.playwright-mcp/
# Blue worktrees
# Blue
.blue/worktrees/
.blue/blue.db*