From 0eb1c83e2d1ae2d902a27acca0dec7377bc17d1e Mon Sep 17 00:00:00 2001 From: amalshaji Date: Tue, 23 Apr 2024 00:01:05 +0530 Subject: [PATCH] Ignore all svelte files for language detection --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c3a4f7fd..2e0c4592 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.svelte linguist-detect=false \ No newline at end of file +**/*.svelte -linguist-detectable \ No newline at end of file