What SVN Ignore Pattern should TortoiseSVN have for a VB.NET solution?
+14
A:
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
Karl Seguin
2008-08-06 23:48:46
If you're using hg (mercurial) then don't forget to add a "syntax: glob" on the top of all in the .hgignore file.
Spoike
2008-12-08 11:52:24
+4
A:
I always add Thumbs.db in as well, because I hate having those files versioned. Probably more of an issue for web developers
Glenn Slaven
2008-08-26 10:26:37