From 0fd362eec29105a346cb545933a5bbdb35f1c2a2 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Thu, 27 Jan 2022 14:09:37 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a77fe32..d43023e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,20 @@ -.DS_Store +# Cache and IDE-related files .cache .idea .vscode + +# Yarn-related files **/.yarn/* !**/.yarn/releases !**/.yarn/plugins -dist +!**/.yarn/sdks +yarn-error.log + +# Project-generated directories coverage +dist node_modules -npm-debug.log -yarn-error.log + +# Other +**/.DS_Store +**/.env