mirror of
https://github.com/docker/compose.git
synced 2026-06-24 18:18:27 +00:00
10 lines
207 B
Text
10 lines
207 B
Text
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~
|