From a7f98f54fa428c162e4faa562f88ff452a31302d 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 --- framework/core/.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/core/.gitattributes b/framework/core/.gitattributes index 61036520c..2828cc899 100644 --- a/framework/core/.gitattributes +++ b/framework/core/.gitattributes @@ -11,5 +11,6 @@ phpunit.xml export-ignore tests export-ignore js/dist/* -diff +js/dist/* linguist-generated * text=auto eol=lf