From f020f3b27bb6d12443d8aab705d6f6a322d93f77 Mon Sep 17 00:00:00 2001 From: Manuel B Date: Wed, 13 Jan 2021 13:23:57 +0100 Subject: [PATCH] include .svelte files for linguist --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 548139e69e..c47bf6f165 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ /site/** -linguist-detectable /test/** -linguist-detectable +/**/*.svelte linguist-detectable