From b01bd4d1d468bb9befd6f3ce09fef49bc5b7584d Mon Sep 17 00:00:00 2001 From: Dag Evensberget Date: Mon, 2 Dec 2019 12:30:18 +1000 Subject: [PATCH] Ignore .vsix files and out/ folder --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 28b4064..d5f2132 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ .vscodeignore node_modules/ package-lock.json -*.vsix \ No newline at end of file +out/ + +# Ignore built packages +*.vsix