From 393d920b03d2cd4a1a3487f111cb45dbfcfd031a Mon Sep 17 00:00:00 2001 From: Equinusocio Date: Tue, 14 Nov 2017 17:20:13 +0100 Subject: [PATCH] chore: Update workspace settings --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3399980..e3fc186 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,7 @@ "editor.insertSpaces": true, "files.exclude": { "**/.git": true, + ".git-crypt": true, "**/.svn": true, "**/.hg": true, "**/CVS": true,