From 8b7a3195b2835455f45692d96cc485ba068c2559 Mon Sep 17 00:00:00 2001 From: Richard Roberson Date: Tue, 11 Feb 2025 15:40:57 -0700 Subject: [PATCH] Add gitattributes --- .github/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/.gitattributes diff --git a/.github/.gitattributes b/.github/.gitattributes new file mode 100644 index 0000000..c871a12 --- /dev/null +++ b/.github/.gitattributes @@ -0,0 +1 @@ +*.tsx linguist-language=TypeScript \ No newline at end of file