diff --git a/.dockerignore b/.dockerignore index bd29b3bb..1187a4fd 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,6 +3,8 @@ docker-compose.yml .dockerignore tests/ +.git + ###> symfony/framework-bundle ### /.env.local /.env.local.php @@ -39,4 +41,4 @@ yarn-error.log ###> phpunit/phpunit ### /phpunit.xml .phpunit.result.cache -###< phpunit/phpunit ### \ No newline at end of file +###< phpunit/phpunit ###