Add .jpmignore file

This commit is contained in:
Peter deHaan 2017-01-31 09:37:37 -08:00
parent a9a0cc1ba2
commit 3ca49effc1
No known key found for this signature in database
GPG key ID: F0FC6C01C6305097
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" "url": "git+https://github.com/mozilla/testpilot-containers.git"
}, },
"scripts": { "scripts": {
"build": "jpm xpi",
"lint": "npm-run-all lint:*", "lint": "npm-run-all lint:*",
"lint:addon": "addons-linter webextension --self-hosted", "lint:addon": "addons-linter webextension --self-hosted",
"lint:css": "stylelint webextension/css/*.css", "lint:css": "stylelint webextension/css/*.css",