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