Hiding specific directories in rclone mount?

Am I able to hide specific directories when mounting a remote? For example in my acd: I have acd:crypt (which I mount separately), I’d like to hide the crypt directories when mounting just acd:

Found out I could do:

veto files = /crypt/

In my samba config and it’s working fine. the --exclude in rclone didn’t work for me for directories, only files. Am I doing something wrong?

For a directory and its contents you need --exclude dir/**

Actually I don’t think filtering works for rclone mount at all.

It could be made to work - if you want it then make an issue on github.