From 130bd402abd01bd5e2915a02a169112e4d6954f8 Mon Sep 17 00:00:00 2001 From: jamaljsr <1356600+jamaljsr@users.noreply.github.com> Date: Fri, 11 Dec 2020 18:00:16 -0500 Subject: [PATCH] chore: fix generated code being included in language stats --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0d1748ba..dd035a06 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,4 @@ # that, generated. This will make sure the JS (and TS types for that matter) # will not show up in the repository's language statistics. -app/src/types/generated* linguist-generated +app/src/types/generated/** linguist-generated