vendor/
node_modules
composer.lock

etc/build/*
!etc/build/.gitignore

tests/Application/yarn.lock

/.phpunit.result.cache
/behat.yml
/phpspec.yml
/phpunit.xml

.idea
package-lock.json

# Symfony CLI https://symfony.com/doc/current/setup/symfony_server.html#different-php-settings-per-project
/.php-version
/php.ini
