Add webapp packages

This commit is contained in:
2024-11-02 00:13:27 +00:00
parent f3fc2d888d
commit 2ffe4bf5c6
38 changed files with 8219 additions and 8 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 ###