From 21f527ba46c23c0d6d677b301b21ca64f887d353 Mon Sep 17 00:00:00 2001 From: seb Date: Mon, 23 Jun 2025 07:09:30 +0200 Subject: [PATCH] Update .gitignore to ignore npm lock file and tidy entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add package-lock.json to prevent accidental commits of npm’s lock file. While here, remove the stray trailing space from the Thumbs.db entry for a cleaner diff. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 13bcd74..5ed0686 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,6 @@ build/ .Spotlight-V100 .Trashes ehthumbs.db -Thumbs.db \ No newline at end of file +Thumbs.db + +package-lock.json \ No newline at end of file