diff --git a/.dockerignore b/.dockerignore index 2033f6ba..a4e7f9c8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,8 +1,20 @@ /.env.* /.git/ +/.github/ +/coverage/ /docs/ /node_modules/ /tests/ /var/ /vendor/ /public/dev_assets/ + +/.eslint.config.js +/.gitignore +/.phpcs.xml +/.phpstan.neon +/.phpunit.result.cache +/.phpunit.xml.dist +/.rector.php +/.stylelintrc.json +/.svg-sprite.json