Base Symfony Setup

This commit is contained in:
2024-12-29 16:18:38 +01:00
parent 628bfa22f0
commit d337ce86fb
31 changed files with 5504 additions and 5 deletions

12
.gitignore vendored
View File

@@ -93,3 +93,15 @@ Temporary Items
/var/
/vendor/
###< symfony/framework-bundle ###
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###
###> friendsofphp/php-cs-fixer ###
/.php-cs-fixer.php
/.php-cs-fixer.cache
###< friendsofphp/php-cs-fixer ###
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###