Skip to content

Commit 523f6d6

Browse files
committed
Updated README.md
1 parent c2ab2c4 commit 523f6d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@ For more information on writing Handlebars templates visit <http://handlebarsjs.
6868
$ doxdox 'src/**/*.js' --layout templates/README.hbs --output README.md
6969
```
7070

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+
7181
#### Help
7282

7383
```

0 commit comments

Comments
 (0)