chroma
chroma copied to clipboard
[Bug]: generated yarn files are not commited or ignored
What happened?
cd clients/js && yarn
Generates some files that are not tracked by version control. To improve the developer experience, these should either be commited, or ignored
.yarn/
|_ cache/
|_ install-state.gq
.yarnrc.yml
I think .yarn/ can be safely ignored (see this question) and .yarnrc.yml commited
The later just contains.:
nodeLinker: node-modules
https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
Versions
Chromadb 0.4.5 Ubuntu 20.04 yarn 3.4.1 npm 9.5.1
Relevant log output
No response