From d010e33b999abd1d188248c33c7f7da9565d0e4d Mon Sep 17 00:00:00 2001 From: tchapi Date: Wed, 9 Mar 2022 16:34:20 +0100 Subject: [PATCH] Improve .dockerignore exclusion file --- .dockerignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index dbd1fd6..0fea305 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,10 +1,16 @@ _screenshots +.DS_Store README.md LICENSE .git .gitignore +.github +docker +.env.local +.env.test.local phpunit.xml.dist -.php_cs +.php-cs* +.phpunit.* .dockerignore var/cache/* var/log/*