用于VB.NET解决方案的SVN客户端忽略模式

时间:2021-01-12 14:03:02

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

TortoiseSVN对于VB.NET解决方案有什么最好的SVN忽略模式?

2 个解决方案

#1


17  

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

这是我用于C#w / resharper的,应该与vb.net一样:

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

#2


4  

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

我总是添加Thumbs.db,因为我讨厌将这些文件版本化。对于Web开发人员来说可能更多的问题

#1


17  

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

这是我用于C#w / resharper的,应该与vb.net一样:

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

#2


4  

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

我总是添加Thumbs.db,因为我讨厌将这些文件版本化。对于Web开发人员来说可能更多的问题