public static function listShopFiles($dir)
 {
     return FS::lsRecursive($dir, ['#^/?cache/smarty/cache/index.php#', '#^/?cache/smarty/compile/index.php#', '#^/?cache/purifier/index.php#', '#^/?cache/cachefs/index.php#', '#^/?cache/cachefs/index.php#', '#^/?cache/sandbox/index.php#', '#^/?cache/tcpdf/index.php#'], ['#^/?cache/smarty/cache/.#', '#^/?cache/smarty/compile/.#', '#^/?cache/purifier/.#', '#^/?cache/cachefs/.#', '#^/?cache/cachefs/.#', '#^/?cache/sandbox/.#', '#^/?cache/tcpdf/.#', '#^/?\\.git/#', '#^/?\\.gitignore$#', '#^/?pstaf\\.#', '#^/?selenium\\.pid$#', '#^/?selenium\\.log$#']);
 }