Question
What is the best SVN Ignore Pattern should TortoiseSVN have for a VB.NET solution?
Answer
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
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/4138/" >SVN Client Ignore Pattern for VB.NET Solutions< /a>
0 comments:
Post a Comment