From 61c7392a2bd7e2c1e606e92c850bd300bcef5509 Mon Sep 17 00:00:00 2001 From: Anton Gilgur <4970083+agilgur5@users.noreply.github.com> Date: Mon, 10 Jul 2023 01:11:09 -0400 Subject: [PATCH] github: mark `dist/*` as generated code (#457) - per https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github - and https://github.com/github-linguist/linguist/blob/master/docs/overrides.md#generated-code - should help a good bit with making diffs more condensed by default - can still uncollapse generated code, just that default will be collapsed --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index fa1385d9..ec9e1971 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ * -text +dist/* linguist-generated