merlyn/server/.gitignore
Timothy Carambat 3dedcede34
Filesystem Agent Skill overhaul (#5260)
* wip

* collector parse fixes

* refactor for class and also operation for reading

* add skill management panel

* management panel + lint

* management panel + lint

* Hide skill in non-docker context

* add ask-prompt for edit tool calls

* fix dep

* fix execa pkg (unused in codebase)

* simplify search with ripgrep only and build deps

* Fs skill i18n (#5264)

i18n

* add copy file support

* fix translations
2026-03-26 14:07:46 -07:00

34 lines
629 B
Plaintext

.env.production
.env.development
.env.test
server/.env
storage/assets/*
!storage/assets/anything-llm.png
storage/documents/*
storage/comkey/*
storage/tmp/*
storage/vector-cache/*.json
storage/exports
storage/imports
storage/anythingllm-fs/*
storage/plugins/agent-skills/*
storage/plugins/agent-flows/*
storage/plugins/office-extensions/*
storage/plugins/anythingllm_mcp_servers.json
!storage/documents/DOCUMENTS.md
storage/push-notifications/*
storage/direct-uploads
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