From 3b2da01160ee69a4a3cffd79ca9076b441df89e3 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Sun, 3 Apr 2016 20:47:04 +0300 Subject: [PATCH] Skipping temp folder --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) 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',