From 353c37ccbc3d2d9ba7c40462630bda00cf071994 Mon Sep 17 00:00:00 2001 From: TobyG74 Date: Wed, 6 Nov 2024 19:06:07 +0700 Subject: [PATCH] feat: add yarn-lock.json --- .gitignore | 1 - .npmignore | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index de5a62c..1a804b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules -yarn-lock.json pnpm-lock.yaml package-lock.json yarn.lock diff --git a/.npmignore b/.npmignore index 2850a18..11e7395 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,7 @@ node_modules -yarn-lock.json pnpm-lock.yaml package-lock.json +yarn.lock .gitignore tsconfig.json .eslintrc