How can I exclude the bin folder from SourceSafe in a Visual Studio 2008 web application? I want to be able to check in everything recursively from the solution node without picking up anything in the bin folder.
views:
1699answers:
4
A:
You can hide the folder through Windows explorer, although it'll disappear from your Visual Studio Solution Exporer, I don't think that'll affect the website.
weiran
2008-10-31 16:13:21
A:
Was this solved? I'm not sure why Excluding the folder from the project got a downvote. VSS only maps files and folders that are in a project for source control, so that solution should work.
Jeff Martin
2009-01-06 20:34:57