mirror of
https://github.com/docker/docs.git
synced 2026-03-30 07:48:52 +07:00
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
include Dockerfile
|
|
include LICENSE
|
|
include requirements.txt
|
|
include requirements-dev.txt
|
|
include tox.ini
|
|
include *.md
|
|
recursive-exclude tests *
|
|
global-exclude *.pyc
|
|
global-exclude *.pyo
|
|
global-exclude *.un~
|