580c3f4ffe
(cherry picked from commit 6685381fd8db507493c3d7c1793f8c05c681bbce)
19 lines
185 B
Plaintext
19 lines
185 B
Plaintext
# Composer
|
|
vendor/
|
|
composer.lock
|
|
|
|
# Tests
|
|
tests/cov/
|
|
|
|
# Composer binaries
|
|
bin/phpunit*
|
|
bin/phpcs*
|
|
bin/php-cs-fixer*
|
|
bin/sabre-cs-fixer*
|
|
|
|
# Vim
|
|
.*.swp
|
|
|
|
# development stuff
|
|
.php_cs.cache
|