From 152e7491a7ae27be7e6d59e8be0bf9a944b8990b Mon Sep 17 00:00:00 2001 From: Otto winter Date: Fri, 29 Oct 2021 12:49:46 +0200 Subject: [PATCH] gitignore vscode --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 58e5e40..8d034e7 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,12 @@ config/ .DS_Store /.idea/ + +.vscode/* +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/