chore: add .codegraph to .gitignore, untrack daemon files

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Gjermund Høsøien Wiggen
2026-06-09 10:51:43 +02:00
parent aa808f1d3f
commit 2501bcbad1
3 changed files with 3 additions and 22 deletions

16
.codegraph/.gitignore vendored
View File

@@ -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

View File

@@ -1,6 +0,0 @@
{
"pid": 1742792,
"version": "0.9.9",
"socketPath": "/home/gjermund/projects/tessera/.codegraph/daemon.sock",
"startedAt": 1780994115213
}

3
.gitignore vendored
View File

@@ -33,3 +33,6 @@ bun.lock
# Finder (MacOS) folder config
.DS_Store
# Codegraph index (MCP tool)
.codegraph