Spaces:
Running
Running
GitHub Actions Bot
commited on
Commit
·
f9f8f33
1
Parent(s):
216bd87
Ignore large sqlite3 files
Browse files- .gitignore +2 -0
.gitignore
CHANGED
@@ -183,3 +183,5 @@ models/chroma/data/*.bin
|
|
183 |
models/chroma/_data/chroma.sqlite3
|
184 |
models/chroma/data/chroma.sqlite3
|
185 |
cache
|
|
|
|
|
|
183 |
models/chroma/_data/chroma.sqlite3
|
184 |
models/chroma/data/chroma.sqlite3
|
185 |
cache
|
186 |
+
app/models/chroma/data/chroma.sqlite3
|
187 |
+
models/chroma/data/chroma.sqlite3
|