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:
rUv 2026-06-17 17:49:47 -04:00 committed by GitHub
parent 4001e9e178
commit bdd1eaf927
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -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.

Binary file not shown.

Binary file not shown.

Binary file not shown.