Question

What is the best SVN Ignore Pattern should TortoiseSVN have for a VB.NET solution?

Was it helpful?

Solution

this is what I use for C# w/resharper, should work just the same with vb.net:

build deploy */bin  */bin/* obj *.dll *.pdb *.user *.suo _ReSharper*  *.resharper* bin

OTHER TIPS

I always add Thumbs.db in as well, because I hate having those files versioned. Probably more of an issue for web developers

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top