Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow global exclusion patterns to be configured #2106

Closed
novemberborn opened this issue Apr 28, 2019 · 0 comments
Closed

Allow global exclusion patterns to be configured #2106

novemberborn opened this issue Apr 28, 2019 · 0 comments

Comments

@novemberborn
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant