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 f215487 commit b915a6bCopy full SHA for b915a6b
README.md
@@ -53,7 +53,11 @@ The tool uses a single configuration file (`wp-hooks-doc.json`) to control all a
53
"organizationName": "username",
54
"projectName": "repo",
55
"input": ".",
56
- "ignoreFiles": [],
+ "ignoreFiles": [
57
+ "/tests/",
58
+ "/vendor/",
59
+ "/node_modules/"
60
+ ],
61
"ignoreHooks": [],
62
"outputDir": "./wp-hooks-docs",
63
"templatesDir": "./.wp-hooks-docs/template",
0 commit comments