Add Makefile and .gitignore

This commit is contained in:
Mariam Maarouf 2020-10-04 14:09:54 +02:00
parent f0f0ecd1a4
commit 0353a30669
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.zip
*-update/*
*.DS_Store

5
Makefile Normal file
View File

@ -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