clean up
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2022-01-13 15:31:26 +01:00
parent 2cf1718606
commit 76c17ad828
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
2 changed files with 0 additions and 3 deletions

1
backend/.gitignore vendored
View File

@ -1,4 +1,3 @@
###> symfony/framework-bundle ###
/.env.local
/.env.local.php

View File

@ -3,8 +3,6 @@
declare(strict_types=1);
use App\Kernel;
use Redis;
$r = new Redis();
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';