Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.dockerignore - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ce8a820983f1ea71d5a69a47e69d15051acfeb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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
venv
docs