From c2464f8c215f1826c053b34ce20a7dd6078ffea3 Mon Sep 17 00:00:00 2001 From: Xingwang Liao Date: Fri, 30 Jun 2023 18:36:02 +0800 Subject: [PATCH] chore: update gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d56967c..841f31b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ node_modules/ .npmrc .yarnrc .history +package-lock.json +yarn.lock