From 15ca2c1efa91b43a426fdb4ad3b82ab2ff58106b Mon Sep 17 00:00:00 2001 From: "Adam G-H (phenaproxima)" Date: Wed, 27 May 2026 13:30:40 -0400 Subject: [PATCH 1/2] Suppress README files from core scaffold --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a6dea92da..28e298011 100644 --- a/composer.json +++ b/composer.json @@ -93,7 +93,11 @@ "mode": "replace", "overwrite": false, "path": "docroot/core/assets/scaffold/files/default.settings.php" - } + }, + "[project-root]/recipes/README.txt": false, + "[web-root]/modules/README.txt": false, + "[web-root]/profiles/README.txt": false, + "[web-root]/themes/README.txt": false } }, "installer-paths": { From bd96e744f1eb8042f859b18a330501684b3f42ae Mon Sep 17 00:00:00 2001 From: "Adam G-H (phenaproxima)" Date: Wed, 27 May 2026 13:35:55 -0400 Subject: [PATCH 2/2] Suppress a few more files --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 28e298011..c678bb0de 100644 --- a/composer.json +++ b/composer.json @@ -97,7 +97,11 @@ "[project-root]/recipes/README.txt": false, "[web-root]/modules/README.txt": false, "[web-root]/profiles/README.txt": false, - "[web-root]/themes/README.txt": false + "[web-root]/themes/README.txt": false, + "[web-root]/sites/README.txt": false, + "[web-root]/sites/development.services.yml": false, + "[web-root]/sites/example.settings.local.php": false, + "[web-root]/sites/example.sites.php": false } }, "installer-paths": {