From f1d6f5edaa67b3417b3ddd8b6acca31d4bedda47 Mon Sep 17 00:00:00 2001 From: Ryan Kes <> Date: Fri, 17 Jul 2020 16:06:03 +0200 Subject: [PATCH] add yarn2 files to .gitignore --- git/.config/git/gitignore_global | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/git/.config/git/gitignore_global b/git/.config/git/gitignore_global index b24d83a..558b09e 100644 --- a/git/.config/git/gitignore_global +++ b/git/.config/git/gitignore_global @@ -254,3 +254,19 @@ typings/ .dynamodb/ # End of https://www.gitignore.io/api/node + +### yarn ### +# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored + +# .yarn/unplugged and .yarn/build-state.yml should likely always be ignored since +# they typically hold machine-specific build artifacts. Ignoring them might however +# prevent Zero-Installs from working (to prevent this, set enableScripts to false). +.yarn/unplugged +.yarn/build-state.yml + +# .yarn/cache and .pnp.* may be safely ignored, but you'll need to run yarn install +# to regenerate them between each branch switch. +# Uncomment the following lines if you're not using Zero-Installs: +.yarn/cache +.pnp.* +