mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Exclude more files when publishing the buildpack (#1127)
Since these files are not required at compile time. The incorrect indentation has also been corrected. Closes @W-8065952@. [skip changelog]
This commit is contained in:
+18
-10
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user