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