Skip to content

Commit 672cc90

Browse files
edmorleyrobinwo
authored andcommitted
Exclude support/{build,devcenter}/ from the packaged buildpack (heroku#660)
Since these directories are not needed at build time, but currently account for two thirds of the size of the packaged buildpack.
1 parent 81c9874 commit 672cc90

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# heroku-buildpack-php CHANGELOG
22

3+
## Unreleased
4+
5+
### CHG
6+
7+
- Exclude `support/{build,devcenter}/` from the packaged buildpack [Ed Morley]
8+
39
## v239 (2023-09-30)
410

511
### ADD

buildpack.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name = "PHP"
66
".github/",
77
".gitignore",
88
".rspec_parallel",
9+
"support/build/",
10+
"support/devcenter/",
911
"test/",
1012
"Gemfile",
1113
"Gemfile.lock",

0 commit comments

Comments
 (0)