Use generalized dot exclusion for zip build file

This commit is contained in:
Rob Garrison 2018-07-21 08:20:19 -05:00
parent 8081841b21
commit e855ac2c0b

View File

@ -8,9 +8,7 @@ function createZip() {
const fileName = 'stylus.zip'; const fileName = 'stylus.zip';
const exclude = [ const exclude = [
'.editorconfig', '.editorconfig',
'.es*', '.*',
'.git*',
'.github',
'node_modules', 'node_modules',
'tools', 'tools',
'package.json', 'package.json',