Add zip exclude clarification comment
This commit is contained in:
parent
784eb1e384
commit
6edc1cf17c
|
@ -7,7 +7,7 @@ const archiver = require('archiver');
|
||||||
function createZip() {
|
function createZip() {
|
||||||
const fileName = 'stylus.zip';
|
const fileName = 'stylus.zip';
|
||||||
const exclude = [
|
const exclude = [
|
||||||
'.*',
|
'.*', // dot files/folders (glob, not regexp)
|
||||||
'node_modules',
|
'node_modules',
|
||||||
'tools',
|
'tools',
|
||||||
'package.json',
|
'package.json',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user