Exclude unneeded files from Drupal Scaffold

Fixes #12
This commit is contained in:
Oliver Davies 2020-02-12 10:30:32 +00:00
parent 23f3d9fcd9
commit 98ca5dfeb5
2 changed files with 9 additions and 1 deletions

View file

@ -38,6 +38,14 @@
},
"extra": {
"drupal-scaffold": {
"file-mapping": {
"[web-root]/.htaccess": false,
"[web-root]/sites/README.txt": false,
"[web-root]/modules/README.txt": false,
"[web-root]/profiles/README.txt": false,
"[web-root]/themes/README.txt": false,
"[web-root]/web.config": false
},
"locations": {
"web-root": "web/"
}

2
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ce0c7f4df7de7476333a503afb60c251",
"content-hash": "4d609b8ccbc804f2740116b67cad46fb",
"packages": [
{
"name": "asm89/stack-cors",