diff --git a/gulpfile.js b/gulpfile.js index 34b25d8..198fc65 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -14,6 +14,7 @@ gulp.task('prepare', () => { const shower = gulp.src([ '**', '!node_modules{,/**}', + '!prepared{,/**}', '!CONTRIBUTING.md', '!LICENSE.md', '!README.md',