From 350d3341f628ee7844c443a05625579a0ef4131c Mon Sep 17 00:00:00 2001 From: egutierrez Date: Fri, 24 Apr 2026 14:02:33 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20gitignorar=20registry.db=20+=20registr?= =?UTF-8?q?ar=20subm=C3=B3dulo=20GLFW?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - registry.db ahora gitignored y regenerable con 'fn index' + completable con 'fn sync'. Evita conflictos entre ramas / PCs. - Re-registrar submódulo cpp/vendor/glfw en .gitmodules con path limpio (antes heredado con /home/lucas/...). Necesario para el cross-compile Windows del registry_dashboard. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 4 +++- .gitmodules | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b9713322..d2fbac6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -# SQLite index — journal/wal temporales +# SQLite index — regenerable con `fn index` + completable con `fn sync` +registry.db registry.db-journal registry.db-wal +registry.db-shm # operations.db — datos vivos, cada app genera el suyo con fn ops init **/operations.db diff --git a/.gitmodules b/.gitmodules index 6adba50d..4d0c24d7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,6 +8,6 @@ [submodule "cpp/vendor/tracy"] path = cpp/vendor/tracy url = https://github.com/wolfpld/tracy.git -[submodule "/home/lucas/fn_registry/cpp/vendor/glfw"] - path = /home/lucas/fn_registry/cpp/vendor/glfw +[submodule "cpp/vendor/glfw"] + path = cpp/vendor/glfw url = https://github.com/glfw/glfw.git