From 3a6b8847f1e7e0fcbc16663e0a57b9695dd0d98e Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Tue, 4 May 2021 18:13:42 +0100 Subject: [PATCH] Mark JS `dist` folder as generated code (#2828) This excludes it from the repo's language stats and are suppressed in Linguist diffs. See: https://github.com/github/linguist/blob/master/docs/overrides.md#generated-code --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 61036520c..2828cc899 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,5 +11,6 @@ phpunit.xml export-ignore tests export-ignore js/dist/* -diff +js/dist/* linguist-generated * text=auto eol=lf