Skip to content

Commit 6e89f2c

Browse files
committed
buildpack.toml
Signed-off-by: Kenneth Reitz <[email protected]>
1 parent a8fdd1e commit 6e89f2c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

buildpack.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[buildpack]
2+
name = "Python"
3+
4+
[publish.Ignore]
5+
files = [
6+
"test/",
7+
".gitignore",
8+
".dockerignore",
9+
".github/",
10+
"Dockerfile",
11+
"Pipfile",
12+
"Pipfile.lock"
13+
]

0 commit comments

Comments
 (0)