Exclude GitHub metadata dir from build
This commit is contained in:
parent
5d29fe8168
commit
2f280c9edd
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue