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