Is it possible to have non-project/non-solution-related files automatically bound to TFS source control?
I am using Visual Studio. I have created some folders under my solution folder to which I would like to add logs, scripts, etc. The files are created by code and put in the correct folder, but they are not added to source control unless I manually go to Source Control Explorer and manually click to "Add Items to Folder."
I am trying to keep these files separate from projects. In a sense, I am trying to use TFS like Dropbox, where it automatically adds new items to pending changes.