Added skeleton

This commit is contained in:
Kevin Frantz
2018-09-01 22:18:13 +02:00
parent 7891238fae
commit 1401d0f883
46 changed files with 6797 additions and 0 deletions

16
application/.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
###> symfony/framework-bundle ###
/.env
/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 ###