From a1b90a7948b3acb1490381c00b07fb5e12d792ea Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 31 Oct 2020 09:08:59 +0000 Subject: [PATCH] Remove .ht.router.php This file isn't needed as I'm not using the PHP local web server. --- composer.json | 1 + composer.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 675dee9..74af677 100644 --- a/composer.json +++ b/composer.json @@ -68,6 +68,7 @@ "drupal-scaffold": { "file-mapping": { "[web-root]/.htaccess": false, + "[web-root]/.ht.router.php": false, "[web-root]/sites/README.txt": false, "[web-root]/modules/README.txt": false, "[web-root]/profiles/README.txt": false, diff --git a/composer.lock b/composer.lock index 1644fa0..67ed006 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "251bb73361539f16425f518ae1c2a858", + "content-hash": "5f574c3fae8719fd68761a97b35582cc", "packages": [ { "name": "asm89/stack-cors",