mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
Update ignore files to remove shared tox.venv
This commit is contained in:
+2
-3
@@ -1,13 +1,12 @@
|
|||||||
# this file uses slightly different syntax than .gitignore,
|
# 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
|
# 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
|
# anyway, so .tox should be empty... But I'm sure people will try to
|
||||||
# test docker on their git working directories.
|
# test docker on their git working directories.
|
||||||
|
|
||||||
.git
|
.git
|
||||||
tox.venv
|
.tox
|
||||||
tox.venv3
|
|
||||||
venv
|
venv
|
||||||
venv3
|
venv3
|
||||||
docs
|
docs
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ build/
|
|||||||
dist/
|
dist/
|
||||||
/venv/
|
/venv/
|
||||||
/venv3/
|
/venv3/
|
||||||
/tox.venv/
|
|
||||||
/tox.venv/
|
|
||||||
letsencrypt.log
|
letsencrypt.log
|
||||||
|
|
||||||
# coverage
|
# coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user