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