From 676ad0d5fc12dd191c5298c4b4b178fc0624eb10 Mon Sep 17 00:00:00 2001 From: Adil Faisal Date: Mon, 27 Jul 2026 13:38:03 -0400 Subject: [PATCH] added attreibutes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a0aabdf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Force Linguist to recognize TS/TSX and ignore residual configs/bundles +*.ts linguist-language=TypeScript +*.tsx linguist-language=TypeScript +*.js linguist-vendored=true +*.jsx linguist-vendored=true