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
It seems .gitignore take higher priority than the argument patterns.
So the user cannot override .gitignore pattern once gitignore: true.
And I intuitionally expected the opposite priority.
Is there any special reason to design like this?
Otherwise, I'd like to suggest changing the priority. (BREAKING CHANGE)
Thanks.
The text was updated successfully, but these errors were encountered:
Hi!
It seems .gitignore take higher priority than the argument patterns.
So the user cannot override .gitignore pattern once
gitignore: true
.And I intuitionally expected the opposite priority.
Is there any special reason to design like this?
Otherwise, I'd like to suggest changing the priority. (BREAKING CHANGE)
Thanks.
The text was updated successfully, but these errors were encountered: