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

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-07-12 18:30:51 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-07-12 18:30:51 +0300
commit7f46e69454f6cb53116c048c6379dece2c7a1f87 (patch)
tree1cf11b0e84cb34396eb8cd19409c608e7bc64cdc /.dockerignore
parentf37b9192106b570d92e95417bb9c5bff8fcef3a6 (diff)
Update ignore files to remove shared tox.venv
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore5
1 files changed, 2 insertions, 3 deletions
diff --git a/.dockerignore b/.dockerignore
index 5ee05ea89..b94bf7960 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,13 +1,12 @@
# this file uses slightly different syntax than .gitignore,
-# e.g. "tox.cover/" will not ignore tox.cover directory
+# 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
-tox.venv3
+.tox
venv
venv3
docs