-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature suggestion: Add argument to allow a particular path to be excluded #11
Comments
I think my particular use case (which you are free to ignore) would be to periodically run |
Ah, I see. I do agree that it makes sense to have it as a separate feature. It's possible that it might integrate nicely in the future with #10. The interactive mode could come with a setting that stores the skipped folders in a file, and that file could then be used as an exclusion list. But this sounds like future, future stuff. Coming back to the exclusion feature, I see three options that could be valuable:
Probably it makes sense to start with just the first two. |
Yep, the first one would work fine for what I'm trying to do. |
I've started working on it. |
Closing this as the main feature was shipped. The remaining work will be addressed in #16. |
E.g.
cargo wipe -w -e Projects/bar/target
would preserve theProjects/bar/target
directory. This would allow me to runcargo-wipe
in me projects directory but skip deletion of a small number of projects.The text was updated successfully, but these errors were encountered: