Skip to content

Commit eb18433

Browse files
committed
Also ignore the tools data directory
1 parent 56da18b commit eb18433

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ chroma_db/
1010
*.csv
1111
serving/data/
1212
serving/data/*
13+
tools/data/*
1314
**/__pycache__/
1415
**/*.ipynb_checkpoints/
1516
*checkpoint*
16-
*.pid
17+
*.pid

0 commit comments

Comments
 (0)