From d447744ac472189689f04c142b15f15e4dff21b7 Mon Sep 17 00:00:00 2001 From: Alec Murphy Date: Sun, 23 Feb 2025 07:01:59 -0500 Subject: [PATCH] Meta: Add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f9613a5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +src/image/** linguist-vendored +src/tlse/** linguist-vendored