From 29661350f07057413bb45e5f617d3628cc15efb5 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Wed, 22 Nov 2023 13:41:10 +0530 Subject: [PATCH] chore: add `pnpm-lock.yaml` to ignore list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a3eda71..6ef96e5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules dist package-lock.json .idea -yarn.lock \ No newline at end of file +yarn.lock +pnpm-lock.yaml \ No newline at end of file