Skip to content

Async IO

Compare
Choose a tag to compare
@jzwood jzwood released this 18 Jun 20:17
· 11 commits to master since this release

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.