rector/.gitignore
Grzegorz Korba 2acce0ab9b
Minimal Docker runtime (#998)
* Minimal Docker runtime

Allow contributors work on the code without actual PHP8 on their computers.

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

Co-authored-by: Tomas Votruba <tomas.vot@gmail.com>
2021-10-13 14:54:13 +02:00

24 lines
356 B
Plaintext

/vendor
composer.lock
# PHPStorm meta files
.idea/
.phpunit.result.cache
# often customized locally - example on Github is just fine
rector-recipe.php
# testing
abz
# scoped & downgraded version
php-scoper.phar
box.phar
php-parallel-lint
tmp
# Allow overrides for Docker configuration (custom volumes, env variables etc)
docker-compose.override.yml