Nov 17 2009

Just put a new floor in our do…

Just put a new floor in our down half-bath for the 2nd time . On Thursday a PLUMBER is coming to install the rest so to avoid a repeat.

Nov 17 2009

My Subversion Global Ignore List

If you use Tortoise SVN you need a global ignore list so that your source code won’t change just by building a project or opening your IDE. Here is the global ignore list that I use.

*.suo *\bin *\obj *\bin\* *\obj\* *.resharper *.user _ReSharper* *.cache *.log *.vspscc *.vssscc *\build_output *\build_output\* *\code_drop *\code_drop\* SolutionVersion.cs SolutionVersion.vb* *\ MeetingManagerDXCore.Solution *\MeetingManagerDXCore.Solution*

A lot of the above settings are if you use Dev Express Refactor Pro and some specific to some of my projects.

Here is a plain vanilla global ignore list if you use Visual Studio.

*.suo *\bin *\obj *\bin\* *\obj\* *.resharper *.user *.cache *.log *.vspscc *.vssscc

Seth