Initial commit

This commit is contained in:
Oliver Davies 2020-03-13 22:18:55 +00:00
commit e859418cbd
17 changed files with 9417 additions and 0 deletions

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
*
!*/
!/.ddev/**
!/.github/**
!/.gitignore
!/**/.gitkeep
!/.idea/**
!/composer.json
!/composer.lock
!/docker-compose.yaml
!/Makefile
!/php.ini
!/web/sites/default/settings.php
!/web/sites/default/settings.symfony.php
!/workspace.yml
/.idea/workspace.xml
/vendor/