From 6d503bb5e78c56c206f68e8533e73189915efff2 Mon Sep 17 00:00:00 2001 From: gixita Date: Sat, 10 Feb 2024 15:05:35 +0100 Subject: [PATCH] Adding package-lock.json to the gitignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eabe0a3..6bc78d8 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ lerna-debug.log # System Files .DS_Store Thumbs.db +package-lock.json