Initial commit

This commit is contained in:
Jan Böhmer 2019-02-23 16:49:38 +01:00
commit e5bec36c80
49 changed files with 7411 additions and 0 deletions

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
###> symfony/phpunit-bridge ###
.phpunit
/phpunit.xml
###< symfony/phpunit-bridge ###
###> symfony/web-server-bundle ###
/.web-server-pid
###< symfony/web-server-bundle ###