From 2bda5c4e11e4f53122296cd98f2c0d3704e3ba46 Mon Sep 17 00:00:00 2001 From: twlite <46562212+twlite@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:42:49 +0545 Subject: [PATCH] chore: git attributes --- .gitattributes | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index d9971cc..14a7132 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,6 +9,5 @@ *.json text eol=lf merge=union *.debug text eol=lf merge=union -# Generated codes -index.js linguist-detectable=false -index.d.ts linguist-detectable=false \ No newline at end of file +*.js linguist-language=TypeScript +*.mjs linguist-language=TypeScript \ No newline at end of file