reboot
All checks were successful
/ ls (pull_request) Successful in 25s
/ ls (push) Successful in 25s

This commit is contained in:
lubiana 2024-06-09 16:43:34 +02:00
parent 3e33b45161
commit e2a33be4f9
No known key found for this signature in database
90 changed files with 2842 additions and 6060 deletions

16
.gitignore vendored
View file

@ -8,9 +8,15 @@
/var/
/vendor/
###< symfony/framework-bundle ###
/.php-styler.cache
###> squizlabs/php_codesniffer ###
/.phpcs-cache
/phpcs.xml
###< squizlabs/php_codesniffer ###
###> symfony/phpunit-bridge ###
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###
###> phpunit/phpunit ###
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
.idea/