0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Updated npmignore to remove custom config files from release (#10614)

no issue

- Ignores custom config.*.json files on npm operations(e.g pack)
- Release process also ignores any custom config files leaked
This commit is contained in:
Rishabh Garg 2019-03-15 18:17:50 +05:30 committed by GitHub
parent 2764ed9ee3
commit 608718ff26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,3 +42,5 @@ bower_components/**
gulpfile.js
!content/themes/casper/gulpfile.js
package-lock.json
config.*.json
!core/server/config/env/**