From ac748cb0a0dcfbbd4be82406332ca9d35bd306ed Mon Sep 17 00:00:00 2001 From: Arman D Date: Sat, 24 Aug 2024 12:30:26 -0600 Subject: [PATCH] add pnpm to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a53d58..b7038f7 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +pnpm-lock.yaml + # dependencies /node_modules /.pnp @@ -22,4 +24,4 @@ Programming/ npm-debug.log* yarn-debug.log* yarn-error.log* -.env \ No newline at end of file +.env