rector/.dockerignore
Arnout Boks 75ed6321ad
Add rector.yaml to .dockerignore
This is the rector configuration file for developing on rector itself, and should not be used in runtime.

Without this change, the docker image (which runs with `/rector` as its working directory) would use this `rector.yaml` as the default configuration file. This leads to unexpected effects, such as rector ignoring any `tests/`-directory by default.
2019-07-05 13:03:42 +02:00

27 lines
228 B
Plaintext

.DS_Store
.idea/
.env
.gitlab-ci.yml
.travis.yml
.editorconfig
.phpstorm.meta.php
rector.yaml
LICENSE
.git/
.gitattributes
.gitignore
*.md
.dockerignore
Dockerfile
docker-compose.yml
docker-compose.dist.yml
/vendor
/docs