Skip to content

Commit b915a6b

Browse files
committed
Readme updates.
1 parent f215487 commit b915a6b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ The tool uses a single configuration file (`wp-hooks-doc.json`) to control all a
5353
"organizationName": "username",
5454
"projectName": "repo",
5555
"input": ".",
56-
"ignoreFiles": [],
56+
"ignoreFiles": [
57+
"/tests/",
58+
"/vendor/",
59+
"/node_modules/"
60+
],
5761
"ignoreHooks": [],
5862
"outputDir": "./wp-hooks-docs",
5963
"templatesDir": "./.wp-hooks-docs/template",

0 commit comments

Comments
 (0)