added vsix to gitignore

This commit is contained in:
Nathan Hedge 2023-12-20 18:32:02 -06:00
parent e1630624d8
commit 773a5a52cd
No known key found for this signature in database
GPG Key ID: 1ADBA36D6E304C5C
1 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/node_modules /node_modules
/out /out
package-lock.json package-lock.json
*.vsix