From 1ccfd3648f71fbe7b97b36cdbe262e44db9f9a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20Sevin=C3=A7?= Date: Sun, 6 Nov 2022 19:52:01 +0300 Subject: [PATCH] feat: Update gitignore for yarn (#310) * fix: ignore yarn files * feat: commit lockfile * Revert "feat: commit lockfile" This reverts commit 56ad263aa76bcf6c2de6c3aecc1b3be55d452eda. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e6e9ac43d..e57e60b41 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ .env.test.local .env.production.local +# Package manager files/logs +.yarn +.yarnrc.yml npm-debug.log* yarn-debug.log* -yarn-error.log* \ No newline at end of file +yarn-error.log*