From 5c5d62993621d46989d1a632ab7c0da5ff278fad Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 18 Jan 2024 16:54:22 +0100 Subject: [PATCH] fix: remove yarn in gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5b5824f..e3e07ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .DS_Store +**/node_modules/ # no yarn/npm in the root repo! -./package-lock.json -./yarn.lock -**/node_modules/ +/package-lock.json +/yarn.lock