Add files to ignore in Node projects

Add .yarn/releases to Node.gitignore. When using yarn set version <version> as outlined on
<https://yarnpkg.com/cli/set/version> in your git repo you end up with
.yarn/releases/yarn-*.cjs that should not be commited to git.
This commit is contained in:
Christof Gerber 2022-10-23 13:58:42 +02:00
parent e5323759e3
commit 8b1ba8bd10

View File

@ -125,6 +125,7 @@ dist
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/releases
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*