diff --git a/gulpfile.js b/gulpfile.js index 462ded7..98f426b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -13,6 +13,7 @@ gulp.task('prepare', () => { const shower = gulp.src([ '**', + '!docs{,/**}', '!node_modules{,/**}', '!prepared{,/**}', '!CONTRIBUTING.md',