Merge branch 'develop'

This commit is contained in:
Eric Garcia 2026-01-26 07:47:54 -05:00
commit af07fe487a
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 .DS_Store
Thumbs.db 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 # Environment
.env .env
.env.local .env.local
@ -30,5 +22,6 @@ Thumbs.db
# Playwright # Playwright
.playwright-mcp/ .playwright-mcp/
# Blue worktrees # Blue
.blue/worktrees/ .blue/worktrees/
.blue/blue.db*