mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 06:20:10 +01:00
990a2e85bf
Implement support for GitHub codespaces and VSCode devcontainers --------- Co-authored-by: timothycarambat <rambat1010@gmail.com> Co-authored-by: Sean Hatfield <seanhatfield5@gmail.com>
18 lines
334 B
Plaintext
18 lines
334 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.*
|
|
**/bundleinspector.html
|
|
!docker/.env.example
|
|
!frontend/.env.production
|
|
**/tmp/**
|