You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 certainnode_modules
.This can also be used to make the watcher more efficient. It disregards the exclusion patterns for
files
andsources
when observing the file system, but should still respect the global exclusion patterns.The text was updated successfully, but these errors were encountered: