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
1 changed files with 2 additions and 0 deletions

View File

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