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/,
|
||||
/^\/\.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 = {
|
||||
|
|
Loading…
Reference in New Issue