config: add missing files to ignore list (remove gulpfile from the same)

This commit is contained in:
Xymorot 2019-12-05 20:05:53 +01:00
parent e6a480a805
commit b672aca7f0
1 changed files with 3 additions and 1 deletions

View File

@ -20,8 +20,9 @@ const ignoreList = [
/^\/\.mocharc\.yml/, /^\/\.mocharc\.yml/,
/^\/\.nycrc\.yml/, /^\/\.nycrc\.yml/,
/^\/\.prettierrc\.yml/, /^\/\.prettierrc\.yml/,
/^\/buildfile\.js/,
/^\/CONTRIBUTING\.md/,
/^\/forge\.config\.js/, /^\/forge\.config\.js/,
/^\/gulpfile\.js/,
/^\/package-lock\.json/, /^\/package-lock\.json/,
/^\/tsconfig\.json/, /^\/tsconfig\.json/,
/^\/tslint\.json/, /^\/tslint\.json/,
@ -29,6 +30,7 @@ const ignoreList = [
/^\/node_modules\/\.cache($|\/)/, /^\/node_modules\/\.cache($|\/)/,
/^\/src\/.*\.(ts|js\.map)/, /^\/src\/.*\.(ts|js\.map)/,
/^\/src\/.*tslint\.json/,
]; ];
module.exports = { module.exports = {