From 9e5b33d4fb65f52bffc0edbb92bbcee2044d19e8 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 21 May 2023 20:17:09 +0200 Subject: [PATCH] ignore .vscode --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b8b446..bccf235 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -# ignore molecule/testinfra pycache -**/__pycache__ \ No newline at end of file +# ignore molecule/testinfra pycache +**/__pycache__ +.vscode \ No newline at end of file