Skip to content

Commit

Permalink
Exclude more files from the zip
Browse files Browse the repository at this point in the history
  • Loading branch information
vladolaru committed Jan 11, 2022
1 parent eeb22ca commit e8dbe56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,15 +320,21 @@ function removeUnneededFiles( done ) {
var files_to_remove = [
'**/codekit-config.json',
'node_modules',
'node-tasks',
'.nvmrc',
'.node-version',
'bin',
'tests',
'.travis.yml',
'.babelrc',
'.gitignore',
'.codeclimate.yml',
'.csslintrc',
'.editorconfig',
'.eslintignore',
'.eslintrc',
'.gitignore',
'.gitmodules',
'circle.yml',
'phpunit.xml.dist',
'.sass-cache',
Expand Down

0 comments on commit e8dbe56

Please sign in to comment.