Problem
Incidentally, wwwroot / lib was added to our TFS13 server when we created the ASP.NET5 application.
Understanding what happened, we removed it from the solution and made the change. This removed the wwwroot / lib directory from the TFS13 server. Hooray! Right? Well, then we put .tfignore in the project root file DemoApp/src/DemoApp/.tfignore . In this file we added the line wwwroot\lib .
However, every time we make changes to the application, he wants to add wwwroot\lib back to TFS. This is really frustrating because we have more .tfignore space. We made our workspace local and tried a pending change trick to auto-generate the tfingore file according to msdn docs.
In short, wwwroot\lib continues to try to return with more tenacity than Michael Myers in Halloween. If anyone else has encountered this problem, let us know. We tried bing, google-fu, stackoverflow and some .NET experts. It alerted us all.
source share