Skip to content

Support simple glob patterns for ignore rules #64

@bpasero

Description

@bpasero

This is a feature request to enhance the ignore option to support simple glob patterns.

As an example, I recently came across this PR for nsfw that discusses such support for their library: Axosoft/nsfw#124

Bottom line: ignore patterns are very important on Linux at least, because of the operating system global limit of opened file handles, so you really need to exclude folders from the file watcher to not run into issues with opening too many file handles. Having support for glob patterns in the ignore option would mean, clients could define a pattern such as **/node_modules and have that work regardless of the folder they are in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions