Skip to content

Commit

Permalink
Exclude development-only files from packaged buildpack
Browse files Browse the repository at this point in the history
Since these files/directories are not needed at build time.
  • Loading branch information
edmorley committed Oct 10, 2023
1 parent 6f08dba commit 2611933
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Main (unreleased)

- Exclude development-only files from the packaged buildpack

## v259 (2023/10/02)

- Ruby 3.3.0-preview2 is now available
Expand Down
12 changes: 11 additions & 1 deletion buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ ruby_version = "3.1.4"
[publish]

[publish.Ignore]
files = ["spec/"]
files = [
"changelogs/",
"spec/",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"app.json",
"hatchet.json",
"hatchet.lock",
"package.toml",
]

[[publish.Vendor]]
url = "https://heroku-buildpack-ruby.s3.us-east-1.amazonaws.com/heroku-20/ruby-3.1.4.tgz"
Expand Down

0 comments on commit 2611933

Please sign in to comment.