mirror of
https://github.com/ruvnet/RuView.git
synced 2026-07-09 17:19:29 +00:00
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
6 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -287,3 +287,7 @@ harness/**/*.tgz
|
||||||
harness/**/package-lock.json
|
harness/**/package-lock.json
|
||||||
harness/**/.claude-flow/
|
harness/**/.claude-flow/
|
||||||
harness/**/ruvector.db
|
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…
Add table
Add a link
Reference in a new issue