diff --git a/gulpfile.js b/gulpfile.js index 9de1d57..f1e5c35 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -320,6 +320,9 @@ function removeUnneededFiles( done ) { var files_to_remove = [ '**/codekit-config.json', 'node_modules', + 'node-tasks', + '.nvmrc', + '.node-version', 'bin', 'tests', '.travis.yml', @@ -327,8 +330,11 @@ function removeUnneededFiles( done ) { '.gitignore', '.codeclimate.yml', '.csslintrc', + '.editorconfig', '.eslintignore', '.eslintrc', + '.gitignore', + '.gitmodules', 'circle.yml', 'phpunit.xml.dist', '.sass-cache',