Open
Description
it takes a huge time for template engine to scan all the files, and seems not necessary to do it , as I have excluded it explicitly in my template.json
In my local env, the template folder includes a 'node_modules' folder which contains a large numb of files (may be > 100K) ,
below is my template config,
"sources": [
{
"exclude": ["**/node_modules/**", "**/setup.*"]
}