From a83de3000be8cef427e4fc4914cdd949252d18d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 4 Jul 2020 20:34:32 +0200 Subject: [PATCH] Update .dockerignore --- .dockerignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ###