Move symfony stuff to own folder

This commit is contained in:
2025-05-28 23:51:27 +01:00
parent 20e604cf68
commit 077d33d801
89 changed files with 24 additions and 26 deletions

24
symfony/.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
###> 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.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 ###