Commit ·
7cfb913
1
Parent(s): f45a757
codegraph
Browse files- .codegraph/.gitignore +5 -0
.codegraph/.gitignore
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|