Home » Questions » Computers [ Ask a new question ]

SVN Client Ignore Pattern for VB.NET Solutions

SVN Client Ignore Pattern for VB.NET Solutions

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

Asked by: Guest | Views: 310
Total answers/comments: 2
Guest [Entry]

"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"
Guest [Entry]

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