Open
Description
Is your feature request related to a problem? Please describe.
In shared setting (e.g. Binder) many files that are irrelevant to a project are created as part of the build process, and users do not create new files that can be added. It would be great if these untracked files were hidden.
Describe the solution you'd like
It would be great to either have a setting that hid untracked files, or one that honored status.showUntrackedFiles
.
Describe alternatives you've considered
I've tried maintaining an exclude
, but this becomes unwieldy and fragile, as it requires detailed knowledge of the files added by the hosted build.