Sylius/.gitignore
2016-05-27 09:54:24 +02:00

28 lines
302 B
Text

/.php_cs.cache
/app/*.cache
/app/cache
/app/logs
/app/check.php
/app/SymfonyRequirements.php
/app/config/parameters.yml
/app/config/*.local.yml
/web/assets
/web/bundles
/web/css
/web/js
/web/media
/bin
/vendor
/node_modules
/etc/build/*
!/etc/build/.gitkeep
/behat.yml
/phpunit.xml
/phpspec.yml