From 070fdc0ee5db4c86566020c5310d4c62a662e753 Mon Sep 17 00:00:00 2001 From: Ilia Denisov Date: Mon, 11 May 2026 22:18:16 +0200 Subject: [PATCH] update gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7e11055..8861617 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ *.wasm binary +*.ts linguist-language=TypeScript +*.ts linguist-detectable=true +*.ts linguist-vendored=false +*.ts linguist-generated=false \ No newline at end of file