From d13fd7c7bdb51995e8c9171b7047fc93402f8c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Thu, 27 Feb 2020 22:05:39 +0100 Subject: [PATCH] Add .yarn/install-state.gz to .gitignore [skip ci] --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 96cea1de6a..ae39564eb8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .yarn/cache .yarn/unplugged .yarn/build-state.yml +.yarn/install-state.gz .pnp.js .DS_Store