From a563d97edf4ab7b7999f834256d1d09ac6f69173 Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Sun, 28 May 2023 23:06:12 -0400 Subject: [PATCH] Exclude RTF files from language statistics --- .gitattributes | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94b2329 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.rtf -linguist-detectable \ No newline at end of file -- libgit2 0.21.4