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
mlc 1.71 panics for ignore-path = [""] or in any case a file does not exist like ignore-path = ["node_modules", "html-slides", "html-book"] (for me these are build artifacts, should be .gitignore respected?)
Describe the bug
mlc 1.71
panics forignore-path = [""]
or in any case a file does not exist likeignore-path = ["node_modules", "html-slides", "html-book"]
(for me these are build artifacts, should be.gitignore
respected?)To Reproduce
Steps to reproduce the behavior:
Expected behavior
If a file or path does not exist, it is simply skipped.
Ideally this would use a glob match, but that can be a separate feat req 😀 .
The text was updated successfully, but these errors were encountered: