mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-19 15:45:43 +01:00
21 lines
259 B
Plaintext
21 lines
259 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
|