mirror of https://github.com/docker/compose.git
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
include Dockerfile
|
|
include LICENSE
|
|
include requirements.txt
|
|
include requirements-dev.txt
|
|
include tox.ini
|
|
include *.md
|
|
include README.md
|
|
include compose/config/*.json
|
|
include compose/GITSHA
|
|
recursive-include contrib/completion *
|
|
recursive-include tests *
|
|
global-exclude *.pyc
|
|
global-exclude *.pyo
|
|
global-exclude *.un~
|