Skip to content

💾 Simple Console App to remove junk directories and files using a blacklist.

License

Notifications You must be signed in to change notification settings

SonnyRR/JunkFileRemover

Repository files navigation

📁JunkFileRemover

💬 Simple Console App to remove junk directories and files using a blacklist.

📌 I needed a simple console app that deletes unnecessary files/folders in a given directory recursively with a blacklist that mimics .gitignore, but instead of ignoring them, it gets rid of them.


✅ Written in .NET Framework v4.7.2.

✅ Supports custom file/directory blacklist.

✅ Case Sensitive/Insensitive searching.

✅ Autogenerates default blacklist targetting Visual Studio junk directories (.vs/obj/bin)

✅ Recursive directory traversing.

About

💾 Simple Console App to remove junk directories and files using a blacklist.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages