| 12345678910111213141516171819202122232425262728293031 |
- # PhpStorm
- /.idea
- # Composer
- /vendor
- # Apache Ant
- /.ant_targets
- # Build artifacts and temporary files
- /build/artifacts
- /build/tmp
- /tests/autoload.php
- # PHP-CS-Fixer
- /.php-cs-fixer.php
- /.php-cs-fixer.cache
- # Psalm
- /.psalm/cache
- # PHPUnit
- /.phpunit.cache
- .phpunit.result.cache
- # Temporary files generated by PHPT test runner
- /tests/end-to-end/*.diff
- /tests/end-to-end/*.exp
- /tests/end-to-end/*.log
- /tests/end-to-end/*.out
- /tests/end-to-end/*.php
|