diff --git a/.gitignore b/.gitignore index 0abbed5..b1265b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -src/**/*.js \ No newline at end of file +src/**/*.js +**/*.vsix \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index f8edaaa..4d3cc92 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,7 @@ "files.exclude": { "**/.git": true, "**/.DS_Store": true, + "**/*/vsix": true, "**/*.js": {"when": "$(basename).ts"} } } \ No newline at end of file