From 6539a71c2f94d5979475778247c7a697e0a9683b Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Sun, 26 Jan 2025 09:47:07 +0500 Subject: [PATCH] add pnpm-lock.yaml to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 30bc162..24581a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/node_modules \ No newline at end of file +/node_modules +pnpm-lock.yaml \ No newline at end of file