From b9a67f2040154fc04ee5ca3d9c4bd21ef9338155 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Wed, 29 Sep 2021 10:17:06 -0700 Subject: [PATCH] Mark mono_repo outputs as generated Add a mono_repo outputs to the .gitattributes as generated which allows GitHub diff views to leave them collapsed by default. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7c3545f827..65e3adeb02 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Exclude compiled file from github statistics **/*.dart.js linguist-generated=true +.github/workflows/dart.yml linguist-generated=true +tool/ci.sh linguist-generated=true