bootstrap to be run on root bundle

This commit is contained in:
2021-04-20 17:20:57 +02:00
parent b2ff470720
commit e7772f0967
7 changed files with 145 additions and 2 deletions

16
.gitignore vendored
View File

@@ -1,3 +1,19 @@
.composer/*
composer.phar
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
/bin/
###< symfony/framework-bundle ###
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###