mirror of
https://github.com/rectorphp/rector.git
synced 2025-06-01 12:14:58 +02:00
Added .dockerignore with basic files Fixed installing composer in docker + cache optimalization
25 lines
215 B
Plaintext
25 lines
215 B
Plaintext
.DS_Store
|
|
.idea/
|
|
|
|
.env
|
|
.gitlab-ci.yml
|
|
.travis.yml
|
|
.editorconfig
|
|
.phpstorm.meta.php
|
|
|
|
LICENSE
|
|
|
|
.git/
|
|
.gitattributes
|
|
.gitignore
|
|
|
|
*.md
|
|
|
|
.dockerignore
|
|
Dockerfile
|
|
docker-compose.yml
|
|
docker-compose.dist.yml
|
|
|
|
/vendor
|
|
/docs
|