We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8334839 commit 3aa2692Copy full SHA for 3aa2692
vscode/asperheader/.vscodeignore
@@ -23,5 +23,7 @@ vsc-extension-quickstart.md
23
# Ignore the packing script
24
**/package_extension.sh
25
# Ignore the source assets folder (original files)
26
-assets/
+assets/**
27
assets/**/*.min.json
28
+# Ignore videos because they are not needed in the release file
29
+*.mp4
0 commit comments