From d9a62f983390da932c4f2e21e67a55fa33c164f4 Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Wed, 20 Aug 2025 18:48:36 +0530 Subject: [PATCH] chore: update git rules to ignore `yarn.lock` file (#6588) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ulises Gascón --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1bd5c02b..768368cd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ npm-shrinkwrap.json *.log *.gz +# Yarn +yarn-error.log +yarn.lock + # Coveralls .nyc_output coverage