/vendor/
/node_modules/
/composer.lock

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

/tests/Application/yarn.lock

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

###> dedi ###
.idea/
node_modules
tests/Application/package-lock.json
###< dedi ###
