From 8443872d1076b3f2985f4712641c6bc93c472680 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Thu, 3 Aug 2017 09:00:37 +0100 Subject: [PATCH] Ignore VScode directory PlatformIO can be used with VSCode. VSCode creates a .vscode directory which should be ignored. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 74f5a99dd..8c7053826 100755 --- a/.gitignore +++ b/.gitignore @@ -129,6 +129,9 @@ Marlin/Debug/ Marlin/__vm/ Marlin/.vs/ +#VScode +.vscode + #cmake CMakeLists.txt Marlin/CMakeLists.txt