We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ce9b2 commit ae14923Copy full SHA for ae14923
tools/doc/checkLinks.js
@@ -31,6 +31,7 @@ function findMarkdownFilesRecursively(dirPath) {
31
entry.name !== 'changelogs' &&
32
entry.name !== 'deps' &&
33
entry.name !== 'fixtures' &&
34
+ entry.name !== 'gyp' &&
35
entry.name !== 'node_modules' &&
36
entry.name !== 'out' &&
37
entry.name !== 'tmp'
0 commit comments