From fd59c2bcc5885c977ce796b21df7052918fc28a7 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Thu, 9 May 2024 19:24:55 +0800 Subject: [PATCH] Add pnpm-lock.yaml to .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a547bf36..bafe5ba2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ node_modules dist dist-ssr *.local - # Editor directories and files .vscode/* !.vscode/extensions.json @@ -22,3 +21,4 @@ dist-ssr *.njsproj *.sln *.sw? +pnpm-lock.yaml