Skip to content

Commit 3aa2692

Browse files
committed
[ADD] all video files to the vscode ignore file because they are not needed
1 parent 8334839 commit 3aa2692

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vscode/asperheader/.vscodeignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ vsc-extension-quickstart.md
2323
# Ignore the packing script
2424
**/package_extension.sh
2525
# Ignore the source assets folder (original files)
26-
assets/
26+
assets/**
2727
assets/**/*.min.json
28+
# Ignore videos because they are not needed in the release file
29+
*.mp4

0 commit comments

Comments
 (0)