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 = {