From 45e61e97ceda1772f8e4b8df9c826e5d3b59df8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=A4der?= Date: Tue, 30 Mar 2021 11:41:47 +0000 Subject: [PATCH] Ignore downloaded plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Mäder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1738bbf6d9..677a128e84 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ yarn-error.log *.theia asset-* .eslintcache +plugins/vscode-* # MacOS .DS_Store