From fee6e06df01fc890609a269b98d43bef3d6cb87d Mon Sep 17 00:00:00 2001 From: vindarel Date: Fri, 6 Nov 2020 15:01:15 +0100 Subject: [PATCH] add .gitattributes, don't count generated documentation as part of the project sources --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7f3e0ff --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ ++ docs/serapeum.md linguist-vendored ++ docs/dependencies.md linguist-vendored