An open API service indexing awesome lists of open source software.

https://github.com/sonnyrr/junkfileremover

๐Ÿ’พ Simple Console App to remove junk directories and files using a blacklist.
https://github.com/sonnyrr/junkfileremover

cleaner csharp junk-cleaner net-framework

Last synced: 3 months ago
JSON representation

๐Ÿ’พ Simple Console App to remove junk directories and files using a blacklist.

Awesome Lists containing this project

README

        

# ๐Ÿ“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.