From 1427e0bd2b11f1393fc39da37f4ef046f387e6dc Mon Sep 17 00:00:00 2001 From: Andrew Boyarshin Date: Sun, 25 Nov 2018 20:28:45 +0700 Subject: [PATCH] Add .vscode folder to .gitignore file (#1060) Matching the existence of Eclipse CDT ignore rules, .vscode should also be added to .gitignore Visual Studio Code is always eager to create settings.json file there. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 717e06c033a..0f4bcfc221f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ modules/3rdparty .project .settings build +.vscode