aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2020-07-05 15:49:41 -0400
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2020-07-05 15:54:33 -0400
commit75fc219c7cdfcf56019ee567bb064f7bd9fb6e27 (patch)
tree5765234fd7b76f9ee25a5892b998e3040aa46f79
parente0ae281a4045da08b6c8c9de6e1de3f63615d022 (diff)
Ignore *.vsix
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d318741..d70600c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,9 @@
# Files generated from TypeScript source
themes/ts-built
+# Compiled packages
+*.vsix
+
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.