diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-04-17 02:47:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 02:47:28 +0800 |
commit | d263f7783fabe89cc9714b596068eccdc5babc1c (patch) | |
tree | 54a5c8f0a88320f3df8330d95506aea96e808bd3 /.gitignore | |
parent | 1fcf3c5dc44d10648e14d6b10c174930eecf27b1 (diff) | |
parent | d8ef76fd5efe63ec8f6205a73494ce388e64391f (diff) | |
download | dexon-0x-contracts-d263f7783fabe89cc9714b596068eccdc5babc1c.tar.gz dexon-0x-contracts-d263f7783fabe89cc9714b596068eccdc5babc1c.tar.zst dexon-0x-contracts-d263f7783fabe89cc9714b596068eccdc5babc1c.zip |
Merge pull request #512 from 0xProject/feature/resolver
Dependencies resolver for deployer
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7ce855341..83538fdca 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,8 @@ packages/react-docs/example/public/bundle* bin/ # generated contract artifacts +packages/sol-cov/test/fixtures/artifacts +packages/metacoin/artifacts packages/0x.js/test/artifacts packages/migrations/src/artifacts |