rector/.gitignore
2020-06-19 12:11:45 +02:00

24 lines
274 B
Plaintext

/temp
!/temp/.gitkeep
/example
/vendor
/build
composer.lock
.idea/
.phpunit.result.cache
# often customized locally - example on Github is just fine
create-rector.yaml
# tests - travis
/laravel-dir
# compiler
/compiler/composer.lock
/compiler/vendor
/tmp
# testing
abz