From 63a6aedfd0cee5d7a75bf9737b61b7d5944c187e Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Tue, 25 Feb 2025 00:08:04 +0530 Subject: [PATCH] chore: update .gitattributes to specify Go language for all files --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index fbad3578..270cca86 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -frontend/* linguist-vendored +*.* linguist-language=Go \ No newline at end of file