Documentation

Configuration / rename.exclude_file_pattern

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

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