From 6240dc8672c1805432b5d8453ff3a26aba7d819e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 7 Sep 2016 10:32:57 +0100 Subject: [PATCH 1/2] Add gitignores for Visual Studio Code From GitHub official repository (see repo github/gitignore/Global/VisualStudioCode.gitignore) --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 23b04b41b..39aeec83a 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,12 @@ ipch/ *.VC.db +# Visual Studio Code +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json + !/tools/bin/ #uVision From a6daf236e08b26cd6d3a29e56974730c96d14202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Fri, 9 Sep 2016 18:17:44 +0100 Subject: [PATCH 2/2] remove all json files related with VSCode --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 39aeec83a..b03297561 100644 --- a/.gitignore +++ b/.gitignore @@ -33,9 +33,6 @@ ipch/ # Visual Studio Code .vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json !/tools/bin/