Ver código fonte

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 meses atrás
pai
commit
23672db861
1 arquivos alterados com 5 adições e 0 exclusões
  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