We have a .tfignore file in our ASP.NET Core project at the root level. We have an Angular TS application being generated to a wwwroot\app folder which we don't want added to tfs for obvious reasons. The problem is every time we build green plus icons appear by all the files and our .tfignore file is have no effect.
Could someone please help identify what's going on? Content of our tsconfig is as follows -
wwwroot\app
We have tried all the following
\wwwroot\app wwwroot\app\ wwwroot\app*.*
As well as moving the tfignore to the solution level nothing works.
Any advice much appreciated.