aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rwxr-xr-xbuild.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.py b/build.py
index db197d8..291004e 100755
--- a/build.py
+++ b/build.py
@@ -9,6 +9,10 @@ def get_files_to_zip():
r'\.(py|sh)$',
r'\.DS_Store$',
r'\.gitignore$',
+ r'\.jpmignore$',
+ r'package\.json$',
+ r'icon\.html',
+ r'.*unittest.*',
r'(\\|/)promo(\\|/)',
r'(\\|/)build(\\|/)',
r'debug\.sh'