mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 06:56:13 +00:00
74f2d09a5e
Since these files are not required at compile time. The incorrect indentation has also been corrected. Closes @W-8065952@. [skip changelog]
22 lines
291 B
TOML
22 lines
291 B
TOML
[buildpack]
|
|
name = "Python"
|
|
|
|
[publish.Ignore]
|
|
files = [
|
|
".git2gus/",
|
|
".github/",
|
|
"builds/",
|
|
"spec/",
|
|
"test/",
|
|
".dockerignore",
|
|
".gitignore",
|
|
".travis.yml",
|
|
"Gemfile",
|
|
"Gemfile.lock",
|
|
"hatchet.json",
|
|
"hatchet.lock",
|
|
"Makefile",
|
|
"Rakefile",
|
|
"requirements.txt",
|
|
]
|