certbot/.dockerignore

12 lines
312 B
Text
Raw Normal View History

2015-05-05 06:47:36 -04:00
# 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
2015-05-10 10:26:33 -04:00
venv
docs