From d71311e47973dd31e2bca1726ce6ba0bca254576 Mon Sep 17 00:00:00 2001 From: Jakub Romanczyk Date: Tue, 5 Mar 2024 19:23:51 +0100 Subject: [PATCH] refactor: update .gitignore to include all of .yarn files --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 5a98d19f3..b54024fa7 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,9 @@ typings/ # Output of 'npm pack' *.tgz +# Yarn Integrity file +.yarn-integrity + # dotenv environment variables file .env .env.test @@ -270,6 +273,8 @@ gradle-app.setting # Output of 'npm pack' +# Yarn Integrity file + # dotenv environment variables file # parcel-bundler cache (https://parceljs.org/) @@ -353,6 +358,10 @@ Temporary Items # End of https://www.toptal.com/developers/gitignore/api/node,reactnative +# Yarn +.yarn/* + + # Local Netlify folder .netlify