From ab6ad9fe03b0cd72733a33a92ce9389f824f6f8b Mon Sep 17 00:00:00 2001 From: ray-1337 <33544674+ray-1337@users.noreply.github.com> Date: Sat, 3 Jun 2023 00:51:39 +0200 Subject: [PATCH] ignore transpiled folder and lock files --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cd393ac..a196acc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ node_modules -yarn.lock -yarn \ No newline at end of file +pnpm-lock.yaml +dist \ No newline at end of file