mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
75ed6321ad
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.
27 lines
228 B
Plaintext
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
|