diff --git a/.dockerignore b/.dockerignore index c86f1d188..0f26bb37e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,23 +1,22 @@ -.git +# Folders +.git/ +tests/ +mariadb-11-data/ +redis-data/ +node_modules/ +vendor/ +storage/ +bootstrap/cache/ +.ddev/ + +#Files .gitignore .env .env.* .env.example .env.docker.example -node_modules -vendor -storage/logs/* -storage/framework/cache/* -storage/framework/sessions/* -storage/framework/views/* -storage/app/public/cache -bootstrap/cache/* -.ddev docker-compose.yml Dockerfile README.md .editorconfig .phpunit.result.cache -tests -mariadb-11-data -redis-data