mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 03:57:43 +01:00
This will allow us to more quickly update a dependency by adding support so that downstream repos can auto-push updates to the main repo when there is a release.
18 lines
263 B
Plaintext
18 lines
263 B
Plaintext
*Dockerfile
|
|
.dockerignore
|
|
.git
|
|
.vagrant
|
|
contrib
|
|
build
|
|
docs
|
|
tests
|
|
!build/package/*
|
|
!docs/_build/entrypoint
|
|
!docs/_build/requirements.txt
|
|
!tests/dhparam.pem
|
|
!contrib/bash-completion
|
|
!contrib/dependencies.json
|
|
!contrib/docker
|
|
!contrib/update-deb-dependencies
|
|
vendor
|