mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
devcontainer v1 (#297)
Implement support for GitHub codespaces and VSCode devcontainers --------- Co-authored-by: timothycarambat <rambat1010@gmail.com> Co-authored-by: Sean Hatfield <seanhatfield5@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5172bceec3
commit
990a2e85bf
@@ -1,10 +1,10 @@
|
||||
server/storage/documents/**
|
||||
server/storage/vector-cache/**
|
||||
server/storage/*.db
|
||||
server/storage/lancedb
|
||||
collector/hotdir/**
|
||||
collector/v-env/**
|
||||
collector/outputs/**
|
||||
**/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/
|
||||
@@ -13,4 +13,5 @@ collector/outputs/**
|
||||
**/.env.*
|
||||
**/bundleinspector.html
|
||||
!docker/.env.example
|
||||
!frontend/.env.production
|
||||
!frontend/.env.production
|
||||
**/tmp/**
|
||||
|
||||
Reference in New Issue
Block a user