From 25f0dba83a9593fdeb86f38d0bb7cc5e5683976a Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Thu, 16 Jul 2026 10:03:21 +0200 Subject: [PATCH] chore: add codegraph to gitignore --- .codegraph/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .codegraph/.gitignore diff --git a/.codegraph/.gitignore b/.codegraph/.gitignore new file mode 100644 index 000000000..d20c0fe4b --- /dev/null +++ b/.codegraph/.gitignore @@ -0,0 +1,5 @@ +# CodeGraph data files — local to each machine, not for committing. +# Ignore everything in .codegraph/ except this file itself, so transient +# files (the database, daemon.pid, sockets, logs) never show up in git. +* +!.gitignore