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 diff --git a/registry.db b/registry.db new file mode 100644 index 00000000..1ec7685a Binary files /dev/null and b/registry.db differ