I am currently developing a Web Site (not a Web Application) in VS2008. I have a problem however with the way that TFS2008 handles the DLLs in the BIN directory. I do not want them being checked into TFS - this prevents other developers on the team from building the website as TFS will only allow checking them out exclusively. I have tried cloaking the directory in TFS (it still tries to check them out - adding them). You can not exclude the BIN directory via the Solution Explorer as it is a required directory for a web site.
So how should I go about setting the configuration to handle this?