Skip to content

Allow global exclusion patterns to be configured #2106

Closed
@novemberborn

Description

@novemberborn

As of #2103, AVA ignores certain directories by default, including any node_modules directories. We should make it possible to configure AVA with a custom set of exclusion patterns, overriding these defaults. For instance this can be used if you only want to ignore certain node_modules.

This can also be used to make the watcher more efficient. It disregards the exclusion patterns for files and sources when observing the file system, but should still respect the global exclusion patterns.

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