I am using Visual Studio Team Services (Visual Studio Online) w/ TFVC for source control. My MVC application has a directory in the wwwroot called uploads (where I am doing testing to upload files).
I do not want this folder to be part of source control at all. How do I exclude it from source control completely?