mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
32 lines
351 B
Text
32 lines
351 B
Text
/.php_cs.cache
|
|
|
|
/var/*
|
|
!/var/.gitkeep
|
|
|
|
/public/assets
|
|
/public/bundles
|
|
/public/css
|
|
/public/js
|
|
/public/media
|
|
|
|
/app/config/parameters.yml
|
|
|
|
/bin/symfony_requirements
|
|
|
|
/composer.lock
|
|
/vendor
|
|
/node_modules
|
|
|
|
/etc/build/*
|
|
!/etc/build/.gitkeep
|
|
|
|
/behat.yml
|
|
/phpunit.xml
|
|
/phpspec.yml
|
|
/.web-server-pid
|
|
|
|
/.env
|
|
/.env.prod
|
|
/.env.staging
|
|
/.env.test
|
|
/.env.test_cached
|