-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wonder if it is possible not to copy a file when it conforms to a set of regular expressions #47
Comments
not using regular expressions, but using glob syntax from main readme |
the negate pattern doesn't seem to work.
|
@pancake-boy I believe it's a question of order. the negation patterns exclude previously matched files. Try putting the 'src/themes/**/*' first in the array. |
I can't get the negated patterns to work 100% either. Tried a bunch of different ways
|
Also negated pattern with template literals don't work either |
negated patterns not work + 1 |
To use negated patterns, I needed to specify the
These options are intentionally being set to false here. Perhaps there is a good reason for these defaults? If so, maybe just adjusting this README.md example could be enough, |
The text was updated successfully, but these errors were encountered: