From 95c799c8c01622e594b1e4b7550fec8238a3b8df Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Mon, 26 Feb 2018 17:37:53 +0900 Subject: [PATCH] Update .gitignore for vscode This will add vscode config folder to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 033d477..094b2cd 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ # Working Path /Product /tools/cross/rootfs + +# Tools +/.vscode -- 2.7.4