* implement json parser for agent flow to allow dot notation and array access * lint * patch parser for pathing on objects add tests for cases * Move webscraping deps to closure update tests to not modify env since no longer needed do not modify paths with spaces - could be text key with spaces --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
29 lines
539 B
Plaintext
29 lines
539 B
Plaintext
.env.production
|
|
.env.development
|
|
.env.test
|
|
storage/assets/*
|
|
!storage/assets/anything-llm.png
|
|
storage/documents/*
|
|
storage/comkey/*
|
|
storage/tmp/*
|
|
storage/vector-cache/*.json
|
|
storage/exports
|
|
storage/imports
|
|
storage/plugins/agent-skills/*
|
|
storage/plugins/agent-flows/*
|
|
storage/plugins/office-extensions/*
|
|
storage/plugins/anythingllm_mcp_servers.json
|
|
!storage/documents/DOCUMENTS.md
|
|
logs/server.log
|
|
*.db
|
|
*.db-journal
|
|
storage/lancedb
|
|
public/
|
|
|
|
# For legacy copies of repo
|
|
documents
|
|
vector-cache
|
|
yarn-error.log
|
|
|
|
# Local SSL Certs for HTTPS
|
|
sslcert |