From 6744190859e87d18018647b73d6d83bbcf3a30c7 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Thu, 3 Nov 2016 12:42:18 -0400 Subject: [PATCH] Updated gulpfile.js --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 978b1de0..eb6ab1b7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -67,6 +67,8 @@ var paths = { '!client/scss', '!client/scss/**', '!dist', '!dist/**', '!tests', '!tests/**', + '!data', '!data/**', + '!repo', '!repo/**', '!.babelrc', '!.gitattributes', '!.gitignore', '!.snyk', '!.travis.yml', '!gulpfile.js', '!inch.json', '!config.yml', '!wiki.sublime-project' ]