We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gulpjs
phated
yocontra
Learn more about funding links in repositories.
Report abuse
1 parent c92aa14 commit 5097aedCopy full SHA for 5097aed
README.md
@@ -95,26 +95,6 @@ Default: `'path'`
95
96
Any glob-related options are documented in [picomatch][picomatch-options-url].
97
98
-#### Globbing & Negation
99
-
100
-```js
101
-var stream = gs(['./**/*.js', '!./node_modules/**/*']);
102
-```
103
104
-Globs are executed in order, so negations should follow positive globs. For example:
105
106
-The following would **not** exclude any files:
107
108
109
-gs(['!b*.js', '*.js']);
110
111
112
-However, this would exclude all files that started with `b`:
113
114
115
-gs(['*.js', '!b*.js']);
116
117
118
## License
119
120
MIT
0 commit comments