Update Docker configuration
This commit is contained in:
parent
dba2b1004c
commit
9f398ee012
12 changed files with 224 additions and 50 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
/.editorconfig
|
||||
/.env
|
||||
/.gitattributes
|
||||
/vendor/
|
||||
/web/.csslintrc
|
||||
|
@ -13,6 +14,7 @@
|
|||
/web/example.gitignore
|
||||
/web/index.php
|
||||
/web/modules/README.txt
|
||||
/web/modules/contrib/
|
||||
/web/profiles/README.txt
|
||||
/web/robots.txt
|
||||
/web/sites/*/files/
|
||||
|
@ -27,5 +29,6 @@
|
|||
/web/sites/example.sites.php
|
||||
/web/sites/simpletest/
|
||||
/web/themes/README.txt
|
||||
/web/themes/contrib/
|
||||
/web/update.php
|
||||
/web/web.config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue