bootstrap to be run on root bundle

This commit is contained in:
2021-04-20 17:20:57 +02:00
parent 332178981a
commit 1b42656e0f
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 ###