From 0353a306696f364f20515271d16a300f04acface Mon Sep 17 00:00:00 2001 From: Mariam Maarouf Date: Sun, 4 Oct 2020 14:09:54 +0200 Subject: [PATCH] Add Makefile and .gitignore --- .gitignore | 3 +++ Makefile | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ccfb79f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.zip +*-update/* +*.DS_Store diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b8e62ac --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +zip-ff: + zip ff-update manifest.json LICENSE icon*.png *.css *.js *.html + +zip-chrome: + zip chrome-update manifest.json icon*.png *.css *.js *.html