From c67d4199a0e0673aee27d75126a9da82b83d2669 Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Mon, 19 Aug 2024 18:27:16 +0200 Subject: [PATCH] fix: github language checks --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7dd95dc8..3080e54c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,10 @@ examples/** linguist-documentation +*.css linguist-detectable=false +*.scss linguist-detectable=false +*.js linguist-detectable=false +*.jsx linguist-detectable=true +*.tsx linguist-detectable=true +*.ts linguist-detectable=true +*.rs linguist-detectable=true +*.html linguist-detectable=false +*.sh linguist-detectable=false