diff --git a/.gitignore b/.gitignore index 35b6654d..edc2f63a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,13 @@ -# SQLite index (regenerable con fn index) +# SQLite index (regenerable con fn index) — SOLO en raiz registry.db registry.db-journal registry.db-wal +# operations.db NO debe existir en raiz (solo en apps/*) +/operations.db +/operations.db-journal +/operations.db-wal + # Binario CLI /fn