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(+) 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