diff options
author | Ajay Ramachandran <[email protected]> | 2019-12-29 20:26:47 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-29 20:26:47 -0500 |
commit | e581dc818fe6601174dcff95d9d30d66adfbb2d4 (patch) | |
tree | e8adc26823da67cee18087f31c3036a80a94b4bb | |
parent | 8d0b032eb61d44c63b1a60b967399340bb915023 (diff) | |
download | SponsorBlock-e581dc818fe6601174dcff95d9d30d66adfbb2d4.tar.gz SponsorBlock-e581dc818fe6601174dcff95d9d30d66adfbb2d4.zip |
Updated ignore files for build.
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9e7b5915..02d0e10a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "web-ext run", - "build": "web-ext build --overwrite-dest -i \"*(package-lock.json|README.md|package.json|config.js.example|firefox_manifest-extra.json|manifest.json.original)\"" + "build": "web-ext build --overwrite-dest -i \"*(package-lock.json|README.md|package.json|config.js.example|firefox_manifest-extra.json|manifest.json.original|ignored/*|.gitignore|crowdin.yml|.git/*)\"" }, "repository": { "type": "git", |