From 0ddda39ca24cfd38be06505da30ef59fe1292f1b Mon Sep 17 00:00:00 2001 From: Manuel B Date: Mon, 18 Jan 2021 20:46:51 +0100 Subject: [PATCH] Add a linguist configuration (#5878) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..a299a4435a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/site/** -linguist-detectable +/test/**/samples/** -linguist-detectable +/**/*.svelte linguist-detectable