From 9879ceb6c2bc14f8e19c1efcb7828a22f1d659e0 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Fri, 24 Aug 2018 11:39:41 +0300 Subject: [PATCH] Exclude netlify.toml from prepare task --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 1d822f2..ee75c56 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -18,6 +18,7 @@ gulp.task('prepare', () => { '!LICENSE.md', '!README.md', '!gulpfile.js', + '!netlify.toml', '!package.json', '!package-lock.json' ])