I've been wrestling with getting this minimatch exclude pattern to work.
The **\src!(packages) pattern works as expected but I need to also exclude web.template.config files under the src directory. I've tried several things including **\src!(packages|Web.template.config)
Can anyone help or point me to a good way of troubleshooting this? I'm stuck.