Commit Graph

3 Commits

Author SHA1 Message Date
Matteo Settenvini 344e16cf0f
feat(list): add allow and blocklist handling
This uses the .gitignore format to identify
which files should be allowed / blocked.

The allowlist gets precedence over the blocklist
if both are specified.
2025-01-26 14:55:26 +01:00
Matteo Settenvini 5507a1dd21
feat(cleaners): add main async runner
Adds a Runner able to work upon a set of cleaners that
work in parallel.
2025-01-25 02:32:21 +01:00
Matteo Settenvini cc1a66726e
Initial skeleton 2025-01-24 22:00:18 +01:00