Skip to content

Commit

Permalink
add ignore globs for some validator paths like nodejs/node_modules an…
Browse files Browse the repository at this point in the history
…d dist (ampproject#6366)
  • Loading branch information
erwinmombay authored and Vanessa Pasque committed Dec 22, 2016
1 parent c7dbc20 commit 78a9cbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-system/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ module.exports = {
// run against the entire transitive closure of deps.
'!{node_modules,build,dist,dist.tools,' +
'dist.3p/[0-9]*,dist.3p/current-min}/**/*.*',
'!validator/dist/**/*.*',
'!validator/node_modules/**/*.*',
'!validator/nodejs/node_modules/**/*.*',
'!build-system/tasks/presubmit-checks.js',
'!build/polyfills.js',
'!build/polyfills/*.js',
Expand Down

0 comments on commit 78a9cbe

Please sign in to comment.