Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN Client Ignore Pattern for VB.NET Solutions

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

like image 550
Zack Peterson Avatar asked Aug 06 '08 23:08

Zack Peterson


1 Answers

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
like image 178
Karl Seguin Avatar answered Oct 19 '22 01:10

Karl Seguin