Ignore large sqlite3 files
Browse files- .gitignore +2 -0
.gitignore
CHANGED
@@ -175,3 +175,5 @@ cython_debug/
|
|
175 |
|
176 |
attachments
|
177 |
app/models/chroma/data/
|
|
|
|
|
|
175 |
|
176 |
attachments
|
177 |
app/models/chroma/data/
|
178 |
+
app/models/chroma/data/chroma.sqlite3
|
179 |
+
models/chroma/data/chroma.sqlite3
|