Sylius/.gitignore
2016-01-21 11:59:24 +01:00

31 lines
382 B
Text

/app/*.cache
/app/cache
/app/logs
/app/check.php
/app/SymfonyRequirements.php
/app/config/parameters.yml
/app/config/*.local.yml
/web/bundles
/web/assets/css
/web/assets/js
/web/assets/fonts
/web/assets/img
/web/assets/compiled
/web/media
/bin/*
!/bin/install
!/bin/sylius-cs-fixer
/vendor
/node_modules
/etc/build/*
!/etc/build/.gitkeep
/behat.yml
/phpunit.xml
/phpspec.yml