From c9be519990e91c40598fd0b68b5cc4506c1d81de Mon Sep 17 00:00:00 2001 From: vitalyster Date: Fri, 27 Dec 2019 12:18:27 +0300 Subject: [PATCH] git: ignore .vscode/ project directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bcb4d2551f..0785fdbc97 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ a.out vlib/os/bare/bare_example_linux info.log +.vscode/**