Closed andrewwakeling closed 4 years ago
Here is my proposed fix for when you specify an array of minimatch expressions, when none of them include a non-negate expression.
This should continue to respect the default values that gulpmatch use (e.g. the "dot" option).
@shinnn I removed the unnecessary initialization.
This feels a bit heavy handed. If I have any negate operators, it includes all files. It feels like it should say "if I only have negate operators..."
Here is my proposed fix for when you specify an array of minimatch expressions, when none of them include a non-negate expression.
This should continue to respect the default values that gulpmatch use (e.g. the "dot" option).