From 1ca2103132356ca2d1f4f64088e58183745d9151 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Mon, 23 May 2022 08:10:41 -0700 Subject: [PATCH] [FIX] athene: ignore local .var --- .theia/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.theia/settings.json b/.theia/settings.json index 720fd1c4..db8877e9 100644 --- a/.theia/settings.json +++ b/.theia/settings.json @@ -1,6 +1,7 @@ { "workbench.colorTheme": "Hibou Dark", "files.exclude": { + "**/.var": true, "**/.git": true, "**/.svn": true, "**/.hg": true,