Use generalized dot exclusion for zip build file
This commit is contained in:
parent
8081841b21
commit
e855ac2c0b
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user