0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Added package-lock.json to npmignore (#9193)

no issue

- refs 07dcbb0d53 (diff-a084b794bc0759e7a6b77810e01874f2)
- if we don't add the npm lock file, it get's added to the release zip when using v8
This commit is contained in:
Katharina Irrgang 2017-10-31 17:29:46 +01:00 committed by GitHub
parent bbf59fc6c1
commit 9b11ad1f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,3 +41,4 @@ bower_components/**
.editorconfig .editorconfig
gulpfile.js gulpfile.js
!content/themes/casper/gulpfile.js !content/themes/casper/gulpfile.js
package-lock.json