chore: untrack ruvector.db runtime artifacts + gitignore at any depth (#1124)
These are hook/runtime-generated databases (ruvector/intelligence store) that kept showing as dirty and don't belong in version control. Removed from the index (files kept on disk) and ignored globally.
This commit is contained in:
parent
4001e9e178
commit
bdd1eaf927
|
|
@ -287,3 +287,7 @@ harness/**/*.tgz
|
|||
harness/**/package-lock.json
|
||||
harness/**/.claude-flow/
|
||||
harness/**/ruvector.db
|
||||
|
||||
# ruvector runtime/hook DB — never tracked (any depth)
|
||||
ruvector.db
|
||||
**/ruvector.db
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
BIN
ruvector.db
BIN
ruvector.db
Binary file not shown.
Binary file not shown.
BIN
v2/ruvector.db
BIN
v2/ruvector.db
Binary file not shown.
Loading…
Reference in New Issue