config: add missing files to ignore list (remove gulpfile from the same)
This commit is contained in:
parent
e6a480a805
commit
b672aca7f0
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue