Reputation: 4919
Is there some sort of .gitignore for TFS? There's nothing in the context menus.
Upvotes: 1
Views: 234
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