From bef67371382fe6baf6a205de89d2ec63ebf4bae6 Mon Sep 17 00:00:00 2001 From: Khoa Nguyen Anh Date: Fri, 2 Mar 2018 23:05:04 +0700 Subject: [PATCH] add VSC --- .gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dcc9078..9c6e6a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# Created by https://www.gitignore.io/api/vim,python +# Created by https://www.gitignore.io/api/vim,python,visualstudiocode ### Python ### # Byte-compiled / optimized / DLL files @@ -113,5 +113,13 @@ Session.vim # auto-generated tag files tags +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history -# End of https://www.gitignore.io/api/vim,python + +# End of https://www.gitignore.io/api/vim,python,visualstudiocode