Skip to content

surrealist/ignore-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ignore-remover

Delete ignored files and folders recursively.

Screen captures

Recursively delete 8 folders

image

In one big folder that contains a huge number of projects. I can save a lot of space.

2017-03-22_21-46-05

How to use

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" 

Becareful!

This app delete your folders and files permanently (not store in recycled bin / cannot undo). Use it at your on risk.

Contributors needed

Please add and check issues and grab some to work on it. Thanks.

About

Delete ignored files and folders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages