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 c2ab2c4 commit 523f6d6Copy full SHA for 523f6d6
README.md
@@ -68,6 +68,16 @@ For more information on writing Handlebars templates visit <http://handlebarsjs.
68
$ doxdox 'src/**/*.js' --layout templates/README.hbs --output README.md
69
```
70
71
+#### Ignore
72
+
73
+The ignore flag allows you to ignore both directories (with glob syntax) and files.
74
75
+```bash
76
+$ doxdox './**/*.js' --ignore './coverage/**/*.js'
77
+```
78
79
+See <https://github.com/isaacs/minimatch#usage> for more information on how to use globs.
80
81
#### Help
82
83
0 commit comments