spout/.gitignore
Adrien Loison ec8d53b13c Make builds reproducible
By committing composer.lock, we make sure that dependencies are locked to a given version.
This ensures that builds are reproducible and deterministic.

Also, fixes some phpstan issues, that appeared with the latest version of PHPStan.
2022-05-26 15:49:00 +02:00

9 lines
109 B
Plaintext

/.idea
*.iml
/tests/resources/generated
/tests/coverage
/vendor
/.php-cs-fixer.cache
/.phpunit.result.cache