Skip to content
Snippets Groups Projects
.dockerignore 380 B
Newer Older
Nuwan Goonasekera's avatar
Nuwan Goonasekera committed
# this file uses slightly different syntax than .gitignore,
# e.g. ".tox/" will not ignore .tox directory

# well, official docker build should be done on clean git checkout
# anyway, so .tox should be empty... But I'm sure people will try to
# test docker on their git working directories.

.git
.tox
Nuwan Goonasekera's avatar
Nuwan Goonasekera committed
venv
venv3
docs
dependencies