Skip to content

Commit b9f7f3f

Browse files
authored
Add more files to the buildpack publishing file exclusion list (#1637)
Since these files aren't needed for the buildpack to run, so can be excluded from the archive published to the buildpack registry.
1 parent 80e7781 commit b9f7f3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildpack.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ name = "Python"
55
files = [
66
".github/",
77
"builds/",
8+
"etc/publish.sh",
89
"spec/",
910
".gitignore",
1011
".rubocop.yml",
12+
".shellcheckrc",
1113
"Gemfile",
1214
"Gemfile.lock",
1315
"hatchet.json",

0 commit comments

Comments
 (0)