diff options
| author | Simon Brazell <simon@brazell.com.au> | 2019-10-30 16:16:00 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-30 16:16:00 +1100 |
| commit | 4c949e820376ab013ea8f2c305112f489bce3b62 (patch) | |
| tree | 11baf4ed55423e2949795a48eeb3a853deeecffe | |
| parent | cd6f2e8e890880599cc53c79643f339970fc4fb8 (diff) | |
| parent | 9abdec9b262a5450ac58eb488fe6636b17aa936f (diff) | |
| download | privacy-redirect-4c949e820376ab013ea8f2c305112f489bce3b62.tar.gz privacy-redirect-4c949e820376ab013ea8f2c305112f489bce3b62.tar.bz2 privacy-redirect-4c949e820376ab013ea8f2c305112f489bce3b62.zip | |
Merge pull request #3 from johnp/no-screenshots
Stop packaging screenshots
| -rw-r--r-- | web-ext-config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web-ext-config.js b/web-ext-config.js new file mode 100644 index 0000000..abbcbf1 --- /dev/null +++ b/web-ext-config.js @@ -0,0 +1,5 @@ +module.exports = { + ignoreFiles: [ + 'images/Screen*.png', + ], +}; |
