You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second pattern won't match anything, as the src/main.js gets matched by the first one and therefore it won't be included. I think we should special-case this.
The text was updated successfully, but these errors were encountered:
First pattern matching a file wins. It might be helpful to make an exception, if you specify exact file name (without any wildcard character).
Example:
The second pattern won't match anything, as the
src/main.js
gets matched by the first one and therefore it won't be included. I think we should special-case this.The text was updated successfully, but these errors were encountered: