Ian
Ian

Reputation: 4919

How do I stop TFS constantly trying to add nuget packages folder?

Is there some sort of .gitignore for TFS? There's nothing in the context menus.

Upvotes: 1

Views: 234

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51183

There has been a very detailed answer to solve this from Pharylon in the question Get TFS to ignore my packages folder

Moreover, it's able to create a .tfignore file through file explorer. You just need to rename a new .txt file with ".tfignore." (make sure also delete txt) It will auto change to the right .tfignore file.

You can also use the auto automatically generated .tfignore file, follow detailed steps from MSDN Link.

Upvotes: 5

Related Questions