Skip to content

Commit 69d5ecf

Browse files
authored
Merge pull request #805 from heroku/fix-buildpack-toml-ignore-list
Fix buildpack.toml exclusion list
2 parents 5d5baf9 + 53b5d0c commit 69d5ecf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildpack.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ name = "PHP"
66
".github/",
77
".gitignore",
88
".rspec_parallel",
9-
"support/build/_*/",
9+
"support/build/_conf/",
10+
"support/build/_docker/",
11+
"support/build/_patches/",
1012
"support/devcenter/",
1113
"support/util/",
1214
"test/",

0 commit comments

Comments
 (0)