chore: add package-lock.json and allow tracking in .gitignore for npm ci
Test Suite / test (24.15.0) (push) Has been cancelled
Test Suite / test (24.15.0) (push) Has been cancelled
This commit is contained in:
+3
-1
@@ -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.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user