8000 Finder ->ignoreVCSIgnored(true) doesn't do what it claims · Issue #37781 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
Finder ->ignoreVCSIgnored(true) doesn't do what it claims #37781
Closed
@GrahamCampbell

Description

@GrahamCampbell

Symfony version(s) affected: 5.1.3

Description
The ignoreVCSIgnored method says it can make the finder skip over all ignored files, however this is not the case. It assumes there is only exactly one .gitignore file in the root of the directory the finder is "in".

It is reasonable (and probably desirable) that the finder does not recursively search upwards for .gitignore files, however, unreasonable that it does not respect ignore files in subdirectories and mandates the "in" directory must have an ignore file.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0