diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-10 14:22:54 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-16 04:38:33 +0800 |
commit | 6d79e3026605eee2f6d0fc4ee538147aeee72107 (patch) | |
tree | c7fb6e2fc614b14dff087d1bbc29237481487087 /.gitattributes | |
parent | 1e9ea09f087c7b3120e758d931a88812b655da08 (diff) | |
download | dexon-sol-tools-6d79e3026605eee2f6d0fc4ee538147aeee72107.tar dexon-sol-tools-6d79e3026605eee2f6d0fc4ee538147aeee72107.tar.gz dexon-sol-tools-6d79e3026605eee2f6d0fc4ee538147aeee72107.tar.bz2 dexon-sol-tools-6d79e3026605eee2f6d0fc4ee538147aeee72107.tar.lz dexon-sol-tools-6d79e3026605eee2f6d0fc4ee538147aeee72107.tar.xz dexon-sol-tools-6d79e3026605eee2f6d0fc4ee538147aeee72107.tar.zst dexon-sol-tools-6d79e3026605eee2f6d0fc4ee538147aeee72107.zip |
Update .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index ce9ea258c..b786d1f1d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ *.sol linguist-language=Solidity # Automatically collapse generated files in GitHub. -packages/contracts/generated-artifacts/*json linguist-generated +packages/contract-artifacts/artifacts/*json linguist-generated +packages/abi-gen-wrappers/wrappers/*.ts liguist-generated |