Ignore VScode directory

PlatformIO can be used with VSCode.  VSCode creates a .vscode directory which should be ignored.
This commit is contained in:
Ben Lye 2017-08-03 09:00:37 +01:00
parent 2cbdc0ebb6
commit 8443872d10
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -129,6 +129,9 @@ Marlin/Debug/
Marlin/__vm/
Marlin/.vs/
#VScode
.vscode
#cmake
CMakeLists.txt
Marlin/CMakeLists.txt