I am using the following code in templating.cfg to show the form TEST in all branches except "migr/main/Production/releases" it work only in some branches but not all, i dont know why? any suggestion?
<category name="TEST">
<locations>
<branch vpath-regex=".*[^/migr/main/Production/releases]"/>
</locations>
<data-type name="api" dcr-type="iwov">
<presentation>
<template name="api_test.tpl" extension="asp">
<locations>
<branch vpath-regex=".*" preview-dir="/">
<directory dir-regex=".*" />
</branch>
</locations>
</template>
</presentation>
</data-type>
</category>