Update .gitignore to ignore npm lock file and tidy entry

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.
This commit is contained in:
seb
2025-06-23 07:09:30 +02:00
parent 462041654d
commit 21f527ba46

4
.gitignore vendored
View File

@@ -22,4 +22,6 @@ build/
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Thumbs.db
package-lock.json