From 6fef1d8583e211d4f96b45093b09c1f0840cdce3 Mon Sep 17 00:00:00 2001 From: rachmadaniHaryono Date: Mon, 2 Jul 2018 21:44:00 +0800 Subject: [PATCH] new: dev: ignore html count --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4aa3654 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +docs/source/_templates/hacks.html linguist-vendored=false +docs/source/_templates/sidebarintro.html linguist-vendored=false +docs/source/_templates/sidebarlogo.html linguist-vendored=false +tests/python.html linguist-vendored=false