From 8251f11da587b38e8ffdcfc4b213d99923c56382 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:55:12 +0000 Subject: [PATCH] Exclude `support/{build,devcenter}/` from the packaged buildpack (#660) Since these directories are not needed at build time, but currently account for two thirds of the size of the packaged buildpack. --- CHANGELOG.md | 6 ++++++ buildpack.toml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a07b0d059..69ef34448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # heroku-buildpack-php CHANGELOG +## Unreleased + +### CHG + +- Exclude `support/{build,devcenter}/` from the packaged buildpack [Ed Morley] + ## v239 (2023-09-30) ### ADD diff --git a/buildpack.toml b/buildpack.toml index c0851c5dc..3d6f9e8fd 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -6,6 +6,8 @@ name = "PHP" ".github/", ".gitignore", ".rspec_parallel", + "support/build/", + "support/devcenter/", "test/", "Gemfile", "Gemfile.lock",