From 4cac81aab0c16b3845b91a0fa91f4e1a0f345bcc Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sat, 4 Jun 2022 11:02:52 +0930 Subject: [PATCH] Add .gitattributes file to hide HTML from linguist stats --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0ba223f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +content/corpora/* linguist-vendored \ No newline at end of file