Skip to content

gitignore: true only filters outputs paths with getFilter, it does not speed up search #271

Open
@remorses

Description

@remorses

Passing gitignore: true will still recurse into all directories, for example node_modules, because the search for the gitignore files and the glob search itself are done concurrently, the found ignore patterns are not used in the glob search

Related to tailwindlabs/tailwindcss#17969

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions