From 3cd456c867ac7e64b1cf4df9aaf7378f56013f65 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 1 Oct 2018 11:15:55 -0500 Subject: [PATCH] Add vscode to the gitignore file Change-Id: I22df3b1da5940c00f77b7706865388a2520c05f1 Signed-off-by: Kevin Carter --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 968d8b98..ce47fe6f 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,6 @@ tests/*.retry # Git clones openstack-ansible-ops previous + +# Editor files +.vscode