From 9bab8715da974d1f4f792118712b3f0d31cf2e1c Mon Sep 17 00:00:00 2001 From: Xaver Wenhart <125409009+xavwe@users.noreply.github.com> Date: Sat, 25 Jan 2025 09:20:16 +0100 Subject: [PATCH] add package-lock.json to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e09a007..fa22dbe 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # npm node_modules +package-lock.json # Don't include the compiled main.js file in the repo. # They should be uploaded to GitHub releases instead.