mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
31 lines
382 B
Text
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
|