diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-03 04:16:13 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-16 04:36:10 +0800 |
commit | 33335a67911655e7fedf723fc54ad09a1af73272 (patch) | |
tree | 9bf1b73e85c2f4fd41a929ff2f5b2fa63171154e | |
parent | 5b1b423b5e3a4c2623028021490a0874e555e1ad (diff) | |
download | dexon-sol-tools-33335a67911655e7fedf723fc54ad09a1af73272.tar dexon-sol-tools-33335a67911655e7fedf723fc54ad09a1af73272.tar.gz dexon-sol-tools-33335a67911655e7fedf723fc54ad09a1af73272.tar.bz2 dexon-sol-tools-33335a67911655e7fedf723fc54ad09a1af73272.tar.lz dexon-sol-tools-33335a67911655e7fedf723fc54ad09a1af73272.tar.xz dexon-sol-tools-33335a67911655e7fedf723fc54ad09a1af73272.tar.zst dexon-sol-tools-33335a67911655e7fedf723fc54ad09a1af73272.zip |
Automatically collapse contract artifacts by adding them to .gitattributes
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 52031de51..ce9ea258c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ *.sol linguist-language=Solidity + +# Automatically collapse generated files in GitHub. +packages/contracts/generated-artifacts/*json linguist-generated |