added vsix to gitignore
This commit is contained in:
parent
e1630624d8
commit
773a5a52cd
|
@ -1,4 +1,5 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/node_modules
|
/node_modules
|
||||||
/out
|
/out
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
*.vsix
|
Loading…
Reference in New Issue