From ede0e07f5ea9227cdad4e70058fccaa05132234e Mon Sep 17 00:00:00 2001 From: Umcaruje Date: Sun, 11 Sep 2016 17:57:47 +0200 Subject: [PATCH] Exclude .ts files from the Github linguist for proper language detection, as LMMS does not use TypeScript --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 596615322..0adef1096 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ .gitattributes export-ignore .gitignore export-ignore +data/locale/* linguist-documentation