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 f3a14c6 commit c86ffa1Copy full SHA for c86ffa1
src/cli.ts
@@ -11,7 +11,7 @@ const program = new Command();
11
const defaultConfig: WPHooksDocConfig = {
12
input: '.',
13
outputDir: './wp-hooks-docs',
14
- ignoreFiles: [],
+ ignoreFiles: ['/tests/', '/vendor/', '/node_modules/'],
15
ignoreHooks: [],
16
title: 'Plugin Hooks Documentation',
17
tagline: 'Documentation for the plugin hooks',
0 commit comments