Async IO
To migrate from mu v1 to v2 add a _muignore
file to your root with a regex pattern on each line for directories and files to ignore.
node_modules
dist
^\.
The regex is applied to each dir and file explicitly, not the full path.
To migrate from mu v1 to v2 add a _muignore
file to your root with a regex pattern on each line for directories and files to ignore.
node_modules
dist
^\.
The regex is applied to each dir and file explicitly, not the full path.