Skip to content

Commit

Permalink
Merge ee50de0 into 54169eb
Browse files Browse the repository at this point in the history
  • Loading branch information
twolun committed Nov 25, 2016
2 parents 54169eb + ee50de0 commit 90ad549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/API.md
Expand Up @@ -35,6 +35,7 @@ A glob that begins with `!` excludes matching files from the glob results up to
The following expression matches `a.js` and `bad.js`:

gulp.src(['client/*.js', '!client/b*.js', 'client/bad.js'])
I got a test, the expression does not matches `bad.js`


#### options
Expand Down

0 comments on commit 90ad549

Please sign in to comment.