Skip to content

Commit ac3d540

Browse files
committed
chore(codegraph): add .gitignore for local data
1 parent c98d739 commit ac3d540

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.codegraph/.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CodeGraph data files
2+
# These are local to each machine and should not be committed
3+
4+
# Database
5+
*.db
6+
*.db-wal
7+
*.db-shm
8+
9+
# Cache
10+
cache/
11+
12+
# Logs
13+
*.log
14+
15+
# Hook markers
16+
.dirty

0 commit comments

Comments
 (0)