Skip to content
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

Add option approximating git clean -x flag. #995

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

msuozzo
Copy link

@msuozzo msuozzo commented Jan 11, 2024

This introduces an All option which, when enabled, removes files even when they are excluded by gitignore. This is equivalent to git clean with the -x flag but without the ability to customize the excluded patterns as provided by the -e flag.

@msuozzo msuozzo force-pushed the git-clean branch 2 times, most recently from fe142dd to b518145 Compare January 11, 2024 18:27
@msuozzo
Copy link
Author

msuozzo commented Jan 18, 2024

Any chance this could get reviewed?

@msuozzo
Copy link
Author

msuozzo commented Feb 6, 2024

Friendly ping

@msuozzo
Copy link
Author

msuozzo commented Apr 3, 2024

bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant