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
Is your feature request related to a problem? Please describe.
I don't want to duplicate the paths listed in .gitignore in mlc config. I would like the option (on by default) to use .gitignore as a baseline, and then respect ignoring any additional paths defined in the config.
Describe the solution you'd like
Ideally detecting this present in the pwd and/or target path to do check on and using it automatically would be great. Alternative patters:
Looks like almost a drop in replacement for https://docs.rs/walkdir/latest/walkdir/ could be https://docs.rs/ignore/latest/ignore/ 🤔 might need some more CLI and config tweaks to select specifics about ignoring things. I suspect almost all users would want to default to ignoring .gitignore and .ignore files.
Is your feature request related to a problem? Please describe.
I don't want to duplicate the paths listed in
.gitignore
inmlc
config. I would like the option (on by default) to use.gitignore
as a baseline, and then respect ignoring any additional paths defined in the config.Describe the solution you'd like
Ideally detecting this present in the
pwd
and/or target path to do check on and using it automatically would be great. Alternative patters:Describe alternatives you've considered
Duplication of the ignore settings in this and other tools 🙃
The text was updated successfully, but these errors were encountered: