mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
include Dockerfile
|
|
include LICENSE
|
|
include requirements.txt
|
|
include requirements-dev.txt
|
|
tox.ini
|
|
include *.md
|
|
recursive-include tests *
|
|
global-exclude *.pyc
|
|
global-exclude *.pyo
|
|
global-exclude *.un~
|