芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/thefirstcookout.com/support/application/vendor/symfony/finder/Gitignore.php
* @author Ahmed Abdou
*/ class Gitignore { /** * Returns a regexp which is the equivalent of the gitignore pattern. * * Format specification: https://git-scm.com/docs/gitignore#_pattern_format */ public static function toRegex(string $gitignoreFileContent): string { $gitignoreFileContent = preg_replace('~(? $line) { $line = preg_replace('~(?