VCS Trigger exclusions

We generally have VCS backed repos with several workspaces attached to different tfvars. I would like a way to configure VCS triggers to exclude changes made to tfvars from other workspaces. Something like

!/vars/*
/vars/snd.tfvars
/**/*.tf

Is this possible?