Which folders may I not commit to subversion server?
I'm talking about an standard asp.net web application in Visual Studio 2.008. I think the bin folder because it's files are regenerated, is there any other?
|
Which folders may I not commit to subversion server? I'm talking about an standard asp.net web application in Visual Studio 2.008. I think the bin folder because it's files are regenerated, is there any other? |
||||
|
|
|
We put this string as the svn:ignore property on all our projects:
|
|||||||||||
|
|
For any C# project I would recommend to ignore the following files/directories: Visual Studio files to ignore
Other files to ignore
Note: Remember to add these pattern to be ignored recursively. Extra (copy-n-paste)
|
|||
|
|