My first project in VS2015 is an MVC project. Having struggle with various issues around TFS source control clashing with NuGet, I found this answer - Get TFS to ignore my packages folder - which has hopefully fixed that.
However, this project has a fair number of external dependencies on JavaScript libararies, which I also pulled via NuGet. Doing so loads them into my /Scripts/ folder as you might expect. However, TFS also wants to put them in source control.
This would seem to be obviating the point of NuGet, much like storing the packages would. Should I be happy about keeping them in source control? If not, how can I exclude them (I tried adding the path to my .tfignore file to no avail)?