/home/techb158/immovalet.com/vendor/symfony/finder
Edit: /home/techb158/immovalet.com/vendor/symfony/finder/Gitignore.php (2699B)
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Finder;
/**
* Gitignore matches against text.
*
* @author Michael Voříšek
* @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('~(?