diff --git a/tools/doc/checkLinks.js b/tools/doc/checkLinks.js index f3415f521cc6d5..aeb0fe5d03f232 100644 --- a/tools/doc/checkLinks.js +++ b/tools/doc/checkLinks.js @@ -31,6 +31,7 @@ function findMarkdownFilesRecursively(dirPath) { entry.name !== 'changelogs' && entry.name !== 'deps' && entry.name !== 'fixtures' && + entry.name !== 'gyp' && entry.name !== 'node_modules' && entry.name !== 'out' && entry.name !== 'tmp'