anything-llm/.dockerignore
2023-06-13 16:57:26 -07:00

14 lines
257 B
Plaintext

server/storage/documents/**
server/storage/vector-cache/**
server/storage/*.db
server/storage/lancedb
collector/hotdir/**
collector/v-env/**
collector/outputs/**
**/node_modules/
**/dist/
**/v-env/
**/__pycache__/
**/.env
**/.env.*
!frontend/.env.production