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.
- Host: GitHub
- URL: https://github.com/sonnyrr/junkfileremover
- Owner: SonnyRR
- License: mit
- Created: 2019-01-13T17:28:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T18:43:15.000Z (about 6 years ago)
- Last Synced: 2025-01-20T10:48:43.742Z (5 months ago)
- Topics: cleaner, csharp, junk-cleaner, net-framework
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.