Skip to content

Commit

Permalink
feat: better docs for excluding, thanks @kentdodds \o/
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds authored and bcoe committed Apr 8, 2016
1 parent c4de9b4 commit 22b06fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -142,8 +142,9 @@ directory:
}
```

> Note: exclude defaults to `['test', 'test{,-*}.js']`, which would exclude
the `test` directory as well as `test.js` and `test-*.js` files
> Note: exclude defaults to `['test', 'test{,-*}.js', '**/*.test.js', '**/__tests__/**']`,
which would exclude `test`/`__tests__` directories as well as `test.js`, `*.test.js`,

This comment has been minimized.

Copy link
@bcoe

bcoe Apr 8, 2016

Member

I'm still getting the hang of automating my releases, I really should have labeled this:

docs: here are @kentdodds's awesome changes

But this will go out in 6.3.0 so be it 👍

and `test-*.js` files. Specifying your own exclude property overrides these defaults.

## Including Files

Expand Down

0 comments on commit 22b06fe

Please sign in to comment.