mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 14:30:11 +01:00
4f6d93159f
* improve native embedder handling of large files * perf changes * ignore storage tmp
19 lines
320 B
Plaintext
19 lines
320 B
Plaintext
.env.production
|
|
.env.development
|
|
storage/assets/*
|
|
!storage/assets/anything-llm.png
|
|
storage/documents/*
|
|
storage/tmp/*
|
|
storage/vector-cache/*.json
|
|
storage/exports
|
|
storage/imports
|
|
!storage/documents/DOCUMENTS.md
|
|
logs/server.log
|
|
*.db
|
|
storage/lancedb
|
|
public/
|
|
|
|
# For legacy copies of repo
|
|
documents
|
|
vector-cache
|
|
yarn-error.log |