From 571b570a5457c7f3170ad0c0546b55ca8d1b1f9a Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Fri, 12 Aug 2016 22:18:44 +0300 Subject: [PATCH] Docs excluded --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) 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',