From 13f467582805f72c3ec88d0967b4b6b9e7a1e4e5 Mon Sep 17 00:00:00 2001 From: Eugene Chybisov Date: Thu, 14 Dec 2023 14:34:47 +0100 Subject: [PATCH] chore: fix gitignore --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ece6fb238..b4a317249 100644 --- a/.gitignore +++ b/.gitignore @@ -3,21 +3,20 @@ # dependencies **node_modules** dist/ +build/ /.pnp .pnp.js # testing /coverage -# production -build/ - # misc .DS_Store .env.local .env.development.local .env.test.local .env.production.local +*.tsbuildinfo npm-debug.log* yarn-debug.log* @@ -26,7 +25,7 @@ yarn-error.log* .next .cache -# yarn v3 +# yarn .yarn/* !.yarn/patches !.yarn/plugins