Skip to content

Commit

Permalink
Add buildpack.toml
Browse files Browse the repository at this point in the history
With a `[publish.Ignore]` table, to exclude unnecessary files from the
buildpack archive published to the buildpack registry.
  • Loading branch information
edmorley committed Jun 24, 2024
1 parent dc1102c commit ba57c09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions buildpack.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[buildpack]
name = "Apt"

[publish.Ignore]
files = [
".github/",
"test/",
".gitignore",
"Makefile",
]

0 comments on commit ba57c09

Please sign in to comment.