Add Docker and Docker Compose
This commit is contained in:
parent
ebd57a2e69
commit
29d88893fa
11 changed files with 162 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -2,12 +2,15 @@
|
|||
!*/
|
||||
!/.gitignore
|
||||
!/**/.gitkeep
|
||||
!/.docker.env.example
|
||||
!/.dockerignore
|
||||
!/.github/**
|
||||
!/.idea/
|
||||
!/assets/**
|
||||
!/bin/
|
||||
!/config/**
|
||||
!/Makefile
|
||||
!/Dockerfile
|
||||
!/docker-compose.yaml
|
||||
!/phpcs.xml.dist
|
||||
!/phpstan.neon
|
||||
!/phpunit.xml.dist
|
||||
|
@ -17,6 +20,7 @@
|
|||
!/web/modules/custom/**
|
||||
!/web/sites/default/environments/settings.*.php
|
||||
!/web/sites/default/settings.php
|
||||
!/web/sites/default/settings.docker.php
|
||||
!/web/themes/custom/**
|
||||
/.idea/workspace.xml
|
||||
/node_modules/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue