From d55b8fea5dad3f314ccfc043a3cfad2b8b518cb3 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Mon, 4 May 2026 11:50:43 +0200 Subject: [PATCH] chore: gitignore graph_explorer state files at root Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 15e9814c..53f0ac90 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,13 @@ registry.db-shm **/operations.db-wal **/operations.db-shm +# graph_explorer state cuando el .exe se arranca desde la raiz +/graph_explorer.db +/graph_explorer.db-journal +/graph_explorer.db-wal +/graph_explorer.db-shm +/graph_explorer.ini + # Binario CLI /fn