From 33335a67911655e7fedf723fc54ad09a1af73272 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Tue, 2 Oct 2018 13:16:13 -0700 Subject: Automatically collapse contract artifacts by adding them to .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitattributes') 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 -- cgit v1.2.3 From 6d79e3026605eee2f6d0fc4ee538147aeee72107 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Tue, 9 Oct 2018 23:22:54 -0700 Subject: Update .gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitattributes') 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 -- cgit v1.2.3