From e1274605f2ce88a6d91f2655e248449c4fbec073 Mon Sep 17 00:00:00 2001 From: liweijie0812 <674416404@qq.com> Date: Tue, 29 Oct 2024 20:21:00 +0800 Subject: [PATCH] chore(git): ignore pnpm-lock.yaml (#3236) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a824d344e..af1c31a80 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ test/unit-virtualHost node_modules package-lock.json yarn.lock +pnpm-lock.yaml # Log files npm-debug.log*