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