From 0550274e8867698c8cd9235c0c8a7e54494b2766 Mon Sep 17 00:00:00 2001 From: Ryan Gossiaux Date: Wed, 29 Dec 2021 10:58:07 -1000 Subject: [PATCH] Add .gitattributes to exclude test files from stats Want this to show up as a Svelte library, not TS, and this seems to be the best way to do it. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2579509 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.test.ts linguist-vendored