We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c393588 commit 99154bdCopy full SHA for 99154bd
1 file changed
create_plugin_zip.sh
@@ -20,4 +20,5 @@ rm -f "$out_file"
20
-x "$root_folder/bin*" \
21
-x "$root_folder/*.sh" \
22
-x "$root_folder/*.zip" \
23
- -x "$root_folder/*.md")
+ -x "$root_folder/*.md" \
24
+ -x "$root_folder/*.png")
0 commit comments