Closed
Description
in Symfony/Finder component , ignoreVCSIgnored
search for .gitignored file in the directory passed to in()
. But that file may be present in a parent folder (a Symfony project often has all gitignore rules defined at the project root, even when ignoring nested files/folders) or in subdirectories (with rules applying only in the given subdirectory).