From d45979851a5c7f94d8e1f39f603df0a4f15998a6 Mon Sep 17 00:00:00 2001 From: SemvdH <45453592+SemvdH@users.noreply.github.com> Date: Thu, 2 Jul 2020 11:56:56 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..b6bf3b3 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,21 @@ dmypy.json # Pyre type checker .pyre/ + + +# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode +# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history + +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode