Update .dockerignore

This commit is contained in:
Jan Böhmer 2020-07-04 20:34:32 +02:00 committed by GitHub
parent 6b8d064666
commit a83de3000b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@ docker-compose.yml
.dockerignore .dockerignore
tests/ tests/
.git
###> symfony/framework-bundle ### ###> symfony/framework-bundle ###
/.env.local /.env.local
/.env.local.php /.env.local.php
@ -39,4 +41,4 @@ yarn-error.log
###> phpunit/phpunit ### ###> phpunit/phpunit ###
/phpunit.xml /phpunit.xml
.phpunit.result.cache .phpunit.result.cache
###< phpunit/phpunit ### ###< phpunit/phpunit ###