From 3888d64cccc3fe24e4c6d5ebd7cb8e3d3e6c240d Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Fri, 2 Jun 2017 10:57:17 +0800 Subject: [PATCH] [FAB-4313] Add vscode settings to gitignore Add vscode setting materials to gitignore, hence will not pollute the source code with vscode ide. Change-Id: I5263b8723d94cb56cc84785c4846b7838fc2cd7a Signed-off-by: Baohua Yang --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e8070d166e2..3c8d491d512 100755 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,5 @@ bin/ examples/e2e_cli/channel-artifacts/*.tx examples/e2e_cli/channel-artifacts/*.block examples/e2e_cli/crypto-config/* +# vscode settings +.vscode