.gitignore 229 B

12345
  1. # CodeGraph data files — local to each machine, not for committing.
  2. # Ignore everything in .codegraph/ except this file itself, so transient
  3. # files (the database, daemon.pid, sockets, logs) never show up in git.
  4. *
  5. !.gitignore