I\'m trying to get TFS (2013) to ignore my packages folder. I passionately don\'t want it source controlled as I\'m using NuGet and it\'s great!
packages
I\'ve t
Add a nuget.config file in a .nuget folder in your solution. Add the following to the nuget.config file:
The disableSourceControlIntegration is what makes the trick for TFS Version Control.