From 03fb1a82cdf320e52829481b46afd3a1eff9cc71 Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Tue, 13 Aug 2024 09:52:38 +0800 Subject: [PATCH] ignored pnpm-lock.yaml --- client/.gitignore | 2 ++ server/.gitignore | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/client/.gitignore b/client/.gitignore index a547bf3..1b489d6 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -22,3 +22,5 @@ dist-ssr *.njsproj *.sln *.sw? + +pnpm-lock.yaml diff --git a/server/.gitignore b/server/.gitignore index ffa04ec..619823f 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -24,4 +24,6 @@ dist-ssr *.sw? # Environment Variable exclusion -.env \ No newline at end of file +.env + +pnpm-lock.yaml \ No newline at end of file