Sylius/.gitignore

33 lines
394 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/bundles
/web/assets/admin
/web/assets/css
/web/assets/js
/web/assets/fonts
/web/assets/img
/web/assets/compiled
/web/media
/web/css
/web/js
/bin
/vendor
/node_modules
/etc/build/*
!/etc/build/.gitkeep
/behat.yml
/phpunit.xml
/phpspec.yml