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
Description
The gitignore pattern parsing no longer handles patterns like **/vendor/**, which are respected by .gitignore and have also been working perfectly fine with the symfony/finder component up until now.
Possible Solution
Revert and rethink the "fix" that rewrote the gitignore parsing in symfony/finder (this commit).
Additional context
We're using this component via PHP CS Fixer.