chore(gitignore): untrack files modified by the apply task

This commit is contained in:
Jason Dreyzehner 2016-10-17 20:42:14 -04:00
commit b2a95432c3
6 changed files with 5 additions and 91 deletions

View file

@ -1,24 +0,0 @@
{
"//":"PLEASE! Do not edit this file directly",
"//":" Modify it at app-template/",
"manifest_version": 2,
"name": "bitpay",
"description": "Secure Bitcoin Wallet",
"version": "0.14.0",
"permissions": [
"storage",
"unlimitedStorage",
"notifications",
"videoCapture",
"webview"
],
"app": {
"background": {
"scripts": ["initial.js"]
}
},
"icons": {
"128": "img/icon-chrome-128.png"
}
}