From b672aca7f087be7ef4cee1b56ffcaa74a5affa9c Mon Sep 17 00:00:00 2001 From: Xymorot Date: Thu, 5 Dec 2019 20:05:53 +0100 Subject: [PATCH] config: add missing files to ignore list (remove gulpfile from the same) --- forge.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/forge.config.js b/forge.config.js index 3ec4204..51ce28d 100644 --- a/forge.config.js +++ b/forge.config.js @@ -20,8 +20,9 @@ const ignoreList = [ /^\/\.mocharc\.yml/, /^\/\.nycrc\.yml/, /^\/\.prettierrc\.yml/, + /^\/buildfile\.js/, + /^\/CONTRIBUTING\.md/, /^\/forge\.config\.js/, - /^\/gulpfile\.js/, /^\/package-lock\.json/, /^\/tsconfig\.json/, /^\/tslint\.json/, @@ -29,6 +30,7 @@ const ignoreList = [ /^\/node_modules\/\.cache($|\/)/, /^\/src\/.*\.(ts|js\.map)/, + /^\/src\/.*tslint\.json/, ]; module.exports = {