tbillington / kondo

Cleans dependencies and build artifacts from your projects.
MIT License
1.79k stars 51 forks source link

Support system level cleaning #94

Open tbillington opened 1 year ago

tbillington commented 1 year ago

Some languages & projects have system level caches/build artifacts.

For example the package cache for Unity, or the cargo cache for Rust.

Some kind of --system parameter could be added to instruct kondo to check known system level caches instead of the usual directory based mode.