diff --git a/buildpack.toml b/buildpack.toml index 92f36b7..1886335 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -1,13 +1,21 @@ [buildpack] name = "Python" - [publish.Ignore] - files = [ - "test/", - ".gitignore", - ".dockerignore", - ".github/", - "Dockerfile", - "Pipfile", - "Pipfile.lock" - ] \ No newline at end of file +[publish.Ignore] +files = [ + ".git2gus/", + ".github/", + "builds/", + "spec/", + "test/", + ".dockerignore", + ".gitignore", + ".travis.yml", + "Gemfile", + "Gemfile.lock", + "hatchet.json", + "hatchet.lock", + "Makefile", + "Rakefile", + "requirements.txt", +]