Documentation

Configuration / rename.exclude_directory_pattern

This option can be used to exclude all dir names matching the specified regexp pattern.

$moxieManagerConfig['rename.exclude_directory_pattern'] = "/^notthis$|^notthat$/i";
<add key="rename.exclude_directory_pattern" value="/^notthis$|^notthat$/i" />