From 0c759c1b66408c66a3ce2c7c00e87be674be1447 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Mon, 6 Apr 2026 00:55:19 +0200 Subject: [PATCH] feat: include registry.db in repo and ignore broken_paths.txt Share the SQLite registry database so apps/analysis repos can consume it without needing the full function tree to rebuild. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f96bebd7..edd8d853 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -# SQLite index (regenerable con fn index) — SOLO en raiz -registry.db +# SQLite index — journal/wal temporales registry.db-journal registry.db-wal @@ -50,3 +49,5 @@ Thumbs.db # Archivos locales .local + +broken_paths.txt