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 exclude = [
'.editorconfig',
'.es*',
'.git*',
'.github',
'.*',
'node_modules',
'tools',
'package.json',