From 609b09e85b2bafe7bb7cb71acfa67ee6ca15a01d Mon Sep 17 00:00:00 2001 From: Gustavo Carneiro Date: Thu, 16 Apr 2020 12:24:31 -0300 Subject: [PATCH] konsole: Add .vscode to ignored list to use the Visual Studio Code to coding Signed-off-by: Gustavo Carneiro --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0d58ded9..104fdfee 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ random_seed /build*/ CMakeLists.txt.user* *.unc-backup* +.vscode