From 7a4163aed204dc1f7c610302c03e66e6d29c9547 Mon Sep 17 00:00:00 2001 From: maxswa Date: Tue, 11 May 2021 00:02:17 -0400 Subject: [PATCH] Add `.gitattributes` to ignore html test files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5876c38 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.html linguist-vendored \ No newline at end of file