From 5d4f021986d74f4408c31d1b8fc7f8a6939fc395 Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 5 Jun 2026 20:31:31 -0300 Subject: [PATCH] Checkpoint dirty workspace changes --- .codegraph/.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .codegraph/.gitignore diff --git a/.codegraph/.gitignore b/.codegraph/.gitignore new file mode 100644 index 0000000..9de0f16 --- /dev/null +++ b/.codegraph/.gitignore @@ -0,0 +1,16 @@ +# CodeGraph data files +# These are local to each machine and should not be committed + +# Database +*.db +*.db-wal +*.db-shm + +# Cache +cache/ + +# Logs +*.log + +# Hook markers +.dirty