From a0847e603f9c6b1f4d93c006b5c0d74df01c1ee3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 4 Jan 2020 07:24:11 +0100 Subject: [PATCH] settings.json restored --- .vscode/settings.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 10800472..72bc8cb5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,6 @@ { "files.exclude": { - "**/.gitignore": false, - "**/.git": false, - "**/.vscode": false + "**/.gitignore": true, + "**/.vscode": true } }