chore: add package-lock.json and allow tracking in .gitignore for npm ci
Test Suite / test (24.15.0) (push) Has been cancelled

This commit is contained in:
2026-05-03 22:03:03 +02:00
parent 0922af57a4
commit 941c5f5915
2 changed files with 8701 additions and 1 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
node_modules/
**/node_modules/
*.lock
package-lock.json
# package-lock.json spåras för reproducerbara Docker-builds (npm ci)
!package-lock.json
!**/package-lock.json
.env.*
+8698
View File
File diff suppressed because it is too large Load Diff