In the context of the harvester, since we create many files there, that breaks commands like git statusbecause even if the data folder is ignored, git will still somehow scan it. We then decided to move the data/files out of the main repo.
Now we'd like to be able to cleanup orphan files by using a mu script. problem with this is we can't mount another folder (other than the project folder itself) afaik. Would it be possible to allow mounting other volumes, outside the project folder?