diff --git a/tools/zip.js b/tools/zip.js index c7cf3fda..a5a79c82 100644 --- a/tools/zip.js +++ b/tools/zip.js @@ -8,9 +8,7 @@ function createZip() { const fileName = 'stylus.zip'; const exclude = [ '.editorconfig', - '.es*', - '.git*', - '.github', + '.*', 'node_modules', 'tools', 'package.json',