From 067586c665bd81ad4695c2fbbab5582b67e77cb2 Mon Sep 17 00:00:00 2001 From: Martim Pimentel Date: Wed, 21 May 2025 20:03:44 +0100 Subject: [PATCH] fix: add package-lock.json to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 323a40d..6440fcf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .DS_Store -build \ No newline at end of file +build +package-lock.json \ No newline at end of file