mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
25 lines
292 B
Plaintext
25 lines
292 B
Plaintext
/.idea/
|
|
/.DS_Store
|
|
|
|
/vendor/
|
|
/node_modules/
|
|
|
|
/coverage/
|
|
|
|
/.cache/php-cs-fixer/
|
|
/.cache/phplint/
|
|
/.cache/phpstan/
|
|
/.cache/phpunit/
|
|
|
|
/.php-cs-fixer.php
|
|
/phpunit.xml
|
|
/taskfile.yml
|
|
/phpstan.neon
|
|
|
|
/npm-debug.log
|
|
|
|
/tests/Symfony/Fixtures/project/public/vendor/
|
|
|
|
src/**/vendor/
|
|
src/**/composer.lock
|