Just a quick tip; I am using Patch files to update some of the settings of my Sitecore instance. Some of these settings are also patched by the standard Sitecore config files. How do I make sure that they apply last?
Well, it turns out they’re processed in alphabetical order. That’s fine, I can prefix files with ‘z’. But there’s an even better tip – subfolders are applied later. So I’ve added a folder called ‘custom’ and it is applied after all the default patch files.
I found this here: http://www.partechit.nl/en/blog/2014/03/sitecore-and-the-last-include
[…] should do it. Now just combine this with my previous tip about Patch Include orders and you should be […]