From efc5d1acf462bed56aa25340733f9545ca30c264 Mon Sep 17 00:00:00 2001 From: luissuil Date: Wed, 22 Nov 2023 10:06:34 -0500 Subject: [PATCH] Add .gitignore entries for pnpm-lock.yaml --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 00e8a0c..5d79e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ crawlee_storage storage # any output from the crawler -*.json \ No newline at end of file +*.json +pnpm-lock.yaml