From e1f428b8c201bf7d2b634b24235088d04829a46a Mon Sep 17 00:00:00 2001 From: Manuel B Date: Mon, 11 Jan 2021 20:14:18 +0100 Subject: [PATCH] added .gitattributes to hint github to typescript help linguist to detect typescript as the programming language. Solves issue https://github.com/sveltejs/svelte/issues/4284 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..10912692d3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/site/* -linguist-detectable