Просмотр исходного кода

chore: add .codegraph/.gitignore

Ignore local CodeGraph artifacts (db, logs, sockets) while tracking the .gitignore itself.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Sisyphus 3 месяцев назад
Родитель
Сommit
23672db861
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      .codegraph/.gitignore

+ 5 - 0
.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