Exclude GitHub metadata dir from build

This commit is contained in:
rugk 2020-03-20 16:46:54 +01:00
parent 5d29fe8168
commit 2f280c9edd
No known key found for this signature in database
GPG key ID: 05D40A636AFAB34D

View file

@ -24,7 +24,8 @@ zip -r -FS "../build/$EXTENSION_NAME.xpi" ./* -x "tests/*" -x "**/tests/*" \
-x "examples/*" -x "**/examples/*" -x "**/*.example" \
-x "**/README.md" -x "**/CONTRIBUTING.md" -x "**/manifest.json" \
-x "**/.git" -x "**/.gitignore" -x "**/.gitmodules" -x "**/.eslintrc" \
-x "**/.editorconfig"
-x "**/.editorconfig" \
-x "**/.github/*"
# revert changes
mv LICENSE.md ../LICENSE.md