From 8552c6f7571165d444a2e9107b62eb40cbfb639f Mon Sep 17 00:00:00 2001 From: nilsjohan Date: Sat, 11 Apr 2026 14:57:41 +0200 Subject: [PATCH] =?UTF-8?q?Lade=20till=20.gitignore=20f=C3=B6r=20node=5Fmo?= =?UTF-8?q?dules=20och=20lock-filer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b20d153f..950c9141 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ **/node_modules/ *.lock +package-lock.json