If there's configured binding of the solution with TFS, when you opening a solution VS asks you:
---------------------------
Microsoft Visual Studio
---------------------------
Go Online
This solution is offline but its associated Team Foundation Server is available.
Would you like to go online with this solution after it has loaded?
---------------------------
Yes No Help
---------------------------
Or alternatively if TFS is not available it proposed the choice to work temporarily offline or remove bindings at all.
Is there a way to suppress these dialogs?
To give you some context. Part of our team is working with TFS directly and other part is working via git-tfs. When working with git-tfs - I don't need online mode at all. So every time I open a solution or reload a project in the solution - I should answer the same things, over and over again. But I couldn't delete bindings as then the people working with TFS directly will lose ability to connect to TFS seamlessly.
.gitignore
(at least I don't know a way to do so). – Kosel