From b1194fd8438ef8c31d6f1c8c3299030c4b2f4f31 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 11 Mar 2021 14:14:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0gitignore=E5=BF=BD?= =?UTF-8?q?=E7=95=A5node=E6=96=87=E4=BB=B6=E5=A4=B9=E5=92=8Clock=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3d31f5c62e..5efe8b8138 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,7 @@ target/ .DS_Store node_modules /dist - +node/ # local env files .env.demo @@ -47,5 +47,6 @@ pnpm-debug.log* *.njsproj *.sln *.sw? +*.lock package-lock.json