We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5902743 commit 2bbf5aaCopy full SHA for 2bbf5aa
vscode/asperheader/.vscodeignore
@@ -12,6 +12,8 @@ vsc-extension-quickstart.md
12
**/*.map
13
**/*.ts
14
**/.vscode-test.*
15
+# Ignore videos because they are not needed in the release file
16
+**/*.mp4
17
# Ignore old asset files
18
**/assets/**/old/**
19
# Ignore xcf files
@@ -25,5 +27,3 @@ vsc-extension-quickstart.md
25
27
# Ignore the source assets folder (original files)
26
28
assets/**
29
assets/**/*.min.json
-# Ignore videos because they are not needed in the release file
-*.mp4
0 commit comments