Merge branch 'master' into _31_interface_creation_parcours

This commit is contained in:
2021-04-26 13:18:26 +02:00
24 changed files with 396 additions and 268 deletions

17
.gitignore vendored
View File

@@ -1,4 +1,21 @@
.composer/*
composer.phar
composer.lock
docs/build/
###> 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 ###