diff --git a/scripts/make.sh b/scripts/make.sh index e857d4e..0a029c8 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -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"