Add zip exclude clarification comment
This commit is contained in:
parent
784eb1e384
commit
6edc1cf17c
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user