Merge remote-tracking branch 'webapp/master' into unify

This commit is contained in:
2025-09-10 15:38:23 +02:00
55 changed files with 11199 additions and 0 deletions

20
.gitignore vendored
View File

@@ -52,3 +52,23 @@
# Embedded web-server pid file
/.web-server-pid
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
###> phpunit/phpunit ###
/phpunit.xml
/.phpunit.cache/
###< phpunit/phpunit ###
###> symfony/asset-mapper ###
/public/assets/
/assets/vendor/
###< symfony/asset-mapper ###