From 235ee6249f8b3e83f05f1c717a5bea2c6a59fe46 Mon Sep 17 00:00:00 2001 From: Anton Petrov Date: Thu, 5 Oct 2023 10:50:33 +0300 Subject: [PATCH] Ignore .vscode --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 61ff0da5..9f6d797f 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,5 @@ src/dependency_injector/providers/*.so # Workspace for samples .workspace/ + +.vscode/