From 3ba1db61373cf056be2744e29aa4fbc66b2138a2 Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Sun, 26 Jul 2026 22:12:39 -0500 Subject: [PATCH 1/2] chore: mark generated assets for Linguist --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..742d5cf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# TypeScript compiler output +dist/** linguist-generated=true From 2da2735bc03f278bfeab0978c11b572f4a4a455d Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Sun, 26 Jul 2026 22:18:28 -0500 Subject: [PATCH 2/2] chore: anchor Linguist generated paths --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 742d5cf..4f73fbf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # TypeScript compiler output -dist/** linguist-generated=true +/dist/** linguist-generated=true