Improve .dockerignore exclusion file

This commit is contained in:
tchapi 2022-03-09 16:34:20 +01:00
parent 5c75732f64
commit d010e33b99

View File

@ -1,10 +1,16 @@
_screenshots _screenshots
.DS_Store
README.md README.md
LICENSE LICENSE
.git .git
.gitignore .gitignore
.github
docker
.env.local
.env.test.local
phpunit.xml.dist phpunit.xml.dist
.php_cs .php-cs*
.phpunit.*
.dockerignore .dockerignore
var/cache/* var/cache/*
var/log/* var/log/*