From 0d642bd394434366dbad03c360d6b36b58650186 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 7 Jun 2021 13:12:43 +0100 Subject: [PATCH] Mark typings as generated code (#2886) --- framework/core/.gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/core/.gitattributes b/framework/core/.gitattributes index 2828cc899..328d2bbeb 100644 --- a/framework/core/.gitattributes +++ b/framework/core/.gitattributes @@ -12,5 +12,6 @@ tests export-ignore js/dist/* -diff js/dist/* linguist-generated +js/dist-typings/* linguist-generated * text=auto eol=lf