Add .venv to .gitignore
.venv was not a part of the .gitignore file and was showing up when creating a virtual environment for developing with Jenkins Job Builder. This patch adds .venv to the .gitignore file. Change-Id: Ie32384290b9127759591a695cdfb5b0d6e740eb1
This commit is contained in:
parent
4652775214
commit
862660f44f
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ testr_subunit_log
|
||||
__pycache__
|
||||
/.stestr
|
||||
settings.json
|
||||
.venv
|
||||
|
Loading…
x
Reference in New Issue
Block a user