Add Platform.sh required files

This commit is contained in:
Oliver Davies 2021-02-10 10:54:20 +00:00
parent 0c1321fed5
commit ab69190d8f
12 changed files with 379 additions and 6 deletions

6
.gitignore vendored
View file

@ -4,8 +4,12 @@
!/**/.gitkeep
!/.docker.env.example
!/.dockerignore
!/.env.example
!/.environment
!/.github/**
!/.idea/
!/.platform/**
!/.platform.app.yaml
!/assets/**
!/bin/
!/config/**
@ -21,8 +25,10 @@
!/web/sites/default/environments/settings.*.php
!/web/sites/default/settings.php
!/web/sites/default/settings.docker.php
!/web/sites/default/settings.platformsh.php
!/web/themes/custom/**
/.idea/workspace.xml
/.platform/local/
/node_modules/
/tools/ansible/.roles/
/vendor/