Merge branch 'develop'
This commit is contained in:
commit
af07fe487a
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