You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
448 B
26 lines
448 B
.env.production
|
|
.env.development
|
|
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/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
|