Skip to content

Commit

Permalink
Exclude more files when publishing the buildpack (#1127)
Browse files Browse the repository at this point in the history
Since these files are not required at compile time.

The incorrect indentation has also been corrected.

Closes @W-8065952@.

[skip changelog]
  • Loading branch information
edmorley authored Nov 24, 2020
1 parent b8e432e commit 74f2d09
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions buildpack.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
[buildpack]
name = "Python"

[publish.Ignore]
files = [
"test/",
".gitignore",
".dockerignore",
".github/",
"Dockerfile",
"Pipfile",
"Pipfile.lock"
]
[publish.Ignore]
files = [
".git2gus/",
".github/",
"builds/",
"spec/",
"test/",
".dockerignore",
".gitignore",
".travis.yml",
"Gemfile",
"Gemfile.lock",
"hatchet.json",
"hatchet.lock",
"Makefile",
"Rakefile",
"requirements.txt",
]

0 comments on commit 74f2d09

Please sign in to comment.