Add zip exclude clarification comment

This commit is contained in:
Rob Garrison 2018-07-21 12:36:22 -05:00
parent 784eb1e384
commit 6edc1cf17c

View File

@ -7,7 +7,7 @@ const archiver = require('archiver');
function createZip() {
const fileName = 'stylus.zip';
const exclude = [
'.*',
'.*', // dot files/folders (glob, not regexp)
'node_modules',
'tools',
'package.json',