mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-15 02:50:10 +01:00
2de6d64214
* Improve frontend layer size and dep logging - test * add temp build image for branch * try to compress layers * clean apt-get post-install * Patch collector layer to preserve cache * prep merge
18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
**/server/utils/agents/aibitat/example/**
|
|
**/server/storage/documents/**
|
|
**/server/storage/vector-cache/**
|
|
**/server/storage/*.db
|
|
**/server/storage/lancedb
|
|
**/collector/hotdir/**
|
|
**/collector/outputs/**
|
|
**/node_modules/
|
|
**/dist/
|
|
**/v-env/
|
|
**/__pycache__/
|
|
**/.env
|
|
**/.env.*
|
|
**/bundleinspector.html
|
|
**/tmp/**
|
|
**/.log
|
|
!docker/.env.example
|
|
!frontend/.env.production |