diff options
author | Fabio Berger <me@fabioberger.com> | 2018-07-26 04:04:12 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-07-26 04:04:12 +0800 |
commit | 5fd64a969b8f4d414b3f458e7d90dc12e1ad0873 (patch) | |
tree | d53d896e5da1442bd0f54228d12ad0a0d8753a3d | |
parent | 9a762e584c36876ac4fa5904212aebabc23e5256 (diff) | |
download | dexon-sol-tools-5fd64a969b8f4d414b3f458e7d90dc12e1ad0873.tar dexon-sol-tools-5fd64a969b8f4d414b3f458e7d90dc12e1ad0873.tar.gz dexon-sol-tools-5fd64a969b8f4d414b3f458e7d90dc12e1ad0873.tar.bz2 dexon-sol-tools-5fd64a969b8f4d414b3f458e7d90dc12e1ad0873.tar.lz dexon-sol-tools-5fd64a969b8f4d414b3f458e7d90dc12e1ad0873.tar.xz dexon-sol-tools-5fd64a969b8f4d414b3f458e7d90dc12e1ad0873.tar.zst dexon-sol-tools-5fd64a969b8f4d414b3f458e7d90dc12e1ad0873.zip |
Add order-watcher artifacts to prettierignore
-rw-r--r-- | .prettierignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore index dd029a68f..e486d7573 100644 --- a/.prettierignore +++ b/.prettierignore @@ -13,6 +13,7 @@ lib /packages/0x.js/src/artifacts /packages/contracts/src/artifacts /packages/contract-wrappers/src/artifacts +/packages/order-watcher/src/artifacts /packages/metacoin/artifacts /packages/contract-wrappers/test/artifacts /packages/order-watcher/test/artifacts |