mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
The zsh completion was recently added but missed from the sdist. This includes all completions that might be added at any point. Signed-off-by: Alex Brandt <alunduil@alunduil.com>
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
include Dockerfile
|
|
include LICENSE
|
|
include requirements.txt
|
|
include requirements-dev.txt
|
|
include tox.ini
|
|
include *.md
|
|
recursive-include contrib/completion *
|
|
recursive-include tests *
|
|
global-exclude *.pyc
|
|
global-exclude *.pyo
|
|
global-exclude *.un~
|