From 2501bcbad169b71c797a0625f0db0f56a16dd463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gjermund=20H=C3=B8s=C3=B8ien=20Wiggen?= Date: Tue, 9 Jun 2026 10:51:43 +0200 Subject: [PATCH] chore: add .codegraph to .gitignore, untrack daemon files Co-Authored-By: Claude Opus 4.8 --- .codegraph/.gitignore | 16 ---------------- .codegraph/daemon.pid | 6 ------ .gitignore | 3 +++ 3 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 .codegraph/.gitignore delete mode 100644 .codegraph/daemon.pid diff --git a/.codegraph/.gitignore b/.codegraph/.gitignore deleted file mode 100644 index 9de0f16..0000000 --- a/.codegraph/.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -# 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 diff --git a/.codegraph/daemon.pid b/.codegraph/daemon.pid deleted file mode 100644 index 7e71c44..0000000 --- a/.codegraph/daemon.pid +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pid": 1742792, - "version": "0.9.9", - "socketPath": "/home/gjermund/projects/tessera/.codegraph/daemon.sock", - "startedAt": 1780994115213 -} diff --git a/.gitignore b/.gitignore index ed624c3..2e1a70f 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ bun.lock # Finder (MacOS) folder config .DS_Store + +# Codegraph index (MCP tool) +.codegraph