Exclude Folder (Subproject) from si viewsandbox
I'm trying to compare a local sandbox with the server to find out if anything has changed or new files were checked in that differ from my local data.
I do this by using the cli command: si viewsandbox –S <sandbox_path> --recurse –filter=changed:sync –filterSubs
and now want to exclude a folder from this request.
So to say if anything was checked in on the server in the Folder "IgnoredFolder" or any subfolder of it, I don't want the command to return this files as changed.
I already tried by adding the option --filter=!file:IgnoredFolder, --filter=!file:*IgnoredFolder and a lot of other combinations but didn't get a result without the IgnoredFolder.
The same happens to me if I try to create a scoped Sandbox with the option --scope=!path:IgnoredFolder
Could you give me a hint what I got wrong here or how I can achieve what I want?

