fix: stop tracking blue.db and update .gitignore
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
015c21d381
commit
4a7aaa569a
2 changed files with 2 additions and 9 deletions
BIN
.blue/blue.db
BIN
.blue/blue.db
Binary file not shown.
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Reference in a new issue