From 8b1ba8bd10735e8b3d37346f9c185faaafed683a Mon Sep 17 00:00:00 2001 From: Christof Gerber Date: Sun, 23 Oct 2022 13:58:42 +0200 Subject: [PATCH] Add files to ignore in Node projects Add .yarn/releases to Node.gitignore. When using yarn set version as outlined on in your git repo you end up with .yarn/releases/yarn-*.cjs that should not be commited to git. --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index c6bba591..59ebf7b8 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -125,6 +125,7 @@ dist # yarn v2 .yarn/cache .yarn/unplugged +.yarn/releases .yarn/build-state.yml .yarn/install-state.gz .pnp.*