Skip to content

Commit f258e6c

Browse files
Added exclude option description
1 parent c4ed68c commit f258e6c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ Example configuration:
5959
6060
## Options
6161
62+
### exclude
63+
64+
Available values: `{String[]}`
65+
66+
Array of [Ant path patterns](http://ant.apache.org/manual/dirtasks.html#patterns) to exclude.
67+
68+
Example: `{ "exclude": ["node_modules/**"] }` - exclude all files and directories under `node_modules` dir.
69+
6270
### verbose
6371
6472
Available value: `{Boolean}` `true`

0 commit comments

Comments
 (0)