For a .Net project, what file extensions should I exclude from source control?

Posted by arame3333 on Stack Overflow See other posts from Stack Overflow or by arame3333
Published on 2009-12-23T09:32:34Z Indexed on 2010/04/01 2:53 UTC
Read the original article Hit count: 302

Everytime I start a project I have to think carefully about which files to exclude from source control. Has someone made a list of the criteria so I can look it up from the beginning? I work on my own so I have not got round to it. I appreciate that in the case of a DLL, you would want to include some and exclude others, so it is not just dependent on the file extension. My projects are ASP.Net, although a general discussion of other templates would also be useful.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about version-control