From 50dcfdb2a68cbfcb91b8627cfe1073d992a8eacb 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) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 2828cc899..328d2bbeb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,5 +12,6 @@ tests export-ignore js/dist/* -diff js/dist/* linguist-generated +js/dist-typings/* linguist-generated * text=auto eol=lf