Add .jpmignore file

This commit is contained in:
Peter deHaan 2017-01-31 09:37:37 -08:00
parent a9a0cc1ba2
commit 9333359603
2 changed files with 14 additions and 0 deletions

13
.jpmignore Normal file
View file

@ -0,0 +1,13 @@
.git/
docs/
test/
node_modules/
.env
.eslintrc.js
.gitignore
.htmllintrc
.jpmignore
.stylelintrc
.travis.yml
testpilot-containers.xpi

View file

@ -33,6 +33,7 @@
"url": "git+https://github.com/mozilla/testpilot-containers.git"
},
"scripts": {
"build": "jpm xpi",
"lint": "npm-run-all lint:*",
"lint:addon": "addons-linter webextension --self-hosted",
"lint:css": "stylelint webextension/css/*.css",