diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index bc1ff2453..f885b0127 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,7 @@ *.sol linguist-language=Solidity -*.svg linguist-generated
\ No newline at end of file + +# Automatically collapse generated files in GitHub. +*.svg linguist-generated +packages/contract-artifacts/artifacts/*json linguist-generated +packages/abi-gen-wrappers/wrappers/*.ts liguist-generated + |