From 1ee0f2a37695c8d52e92a7ed4c210233fdae5e25 Mon Sep 17 00:00:00 2001 From: Ricardo Dias Date: Thu, 19 Apr 2018 08:53:08 +0100 Subject: [PATCH] mgr/dashboard: .gitignore: ignore vscode .venv dir Signed-off-by: Ricardo Dias --- src/pybind/mgr/dashboard/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/dashboard/.gitignore b/src/pybind/mgr/dashboard/.gitignore index b6369487a3ff7..4a83ee6928be5 100644 --- a/src/pybind/mgr/dashboard/.gitignore +++ b/src/pybind/mgr/dashboard/.gitignore @@ -12,6 +12,7 @@ wheelhouse* .vscode .idea *.egg +.env # virtualenv venv -- 2.39.5