Also exclude example files
This commit is contained in:
parent
c006eb4afc
commit
341addb283
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ cp "./scripts/manifests/firefox.json" "./src/manifest.json" || exit
|
|||
cd src || exit
|
||||
zip -r -FS "../build/$EXTENSION_NAME.xpi" ./* -x "tests/*" -x "**/tests/*" \
|
||||
-x "docs/*" -x "**/docs/*" \
|
||||
-x "example/*" -x "**/example/*" -x "**/*.example" \
|
||||
-x "**/README.md" -x "**/CONTRIBUTING.md" -x "**/manifest.json" \
|
||||
-x "**/.git" -x "**/.gitignore" -x "**/.gitmodules" -x "**/.eslintrc" \
|
||||
-x "**/.editorconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue