How to exclude from directory ?! why is exclude not working? why is it even complicated at all?!

Thanks, I found out that the syntax to exclude directories is proc/** and not /proc

Do you think it makes sense to change it though? Wouldn't it be better if it worked like in rclone's namesake rsync, where directories are detected by "globally" and there is no need to add /** it just automatically detects that it's a directory and not a file?