Add webapp packages

This commit is contained in:
2024-10-28 14:10:44 +01:00
parent 030f0dfba8
commit 416ce7479f
38 changed files with 8218 additions and 6 deletions

15
.gitignore vendored
View File

@ -8,3 +8,18 @@
/var/
/vendor/
###< symfony/framework-bundle ###
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
###> symfony/phpunit-bridge ###
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###
###> symfony/asset-mapper ###
/public/assets/
/assets/vendor/
###< symfony/asset-mapper ###