diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-07-04 06:04:51 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-07-04 06:04:51 +0800 |
commit | 46498af9b576858e6476240e3848a3e401b28c5d (patch) | |
tree | c849f775a016640cb670e7b8f2e2168f24e6b8f5 | |
parent | a279748c2efd48b414c4abf0742c5c72d70982b1 (diff) | |
parent | 7d882fe491cd27bef3d2b9f5617ba2af39e15333 (diff) | |
download | dexon-wallet-46498af9b576858e6476240e3848a3e401b28c5d.tar.gz dexon-wallet-46498af9b576858e6476240e3848a3e401b28c5d.tar.zst dexon-wallet-46498af9b576858e6476240e3848a3e401b28c5d.zip |
Merge branch 'develop' into initial-trezor-support
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index 44b38c3d..6c7f99f4 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,6 +1,7 @@ node_modules/** dist/** builds/** +test-builds/** docs/** development/bundle.js |