Delete ignored files and folders recursively.
Recursively delete 8 folders
In one big folder that contains a huge number of projects. I can save a lot of space.
After clone this repository to your machine.
> dotnet restore
> dotnet build
# to delete ignore folders starts from current folder
> dotnet run
# specify starting path to delete ignore folders
> dotnet run "c:\a\path"
This app delete your folders and files permanently (not store in recycled bin / cannot undo). Use it at your on risk.
Please add and check issues and grab some to work on it. Thanks.