From 95fa8acfbcd15ca928a975d47716c6cda403572b Mon Sep 17 00:00:00 2001 From: Nikolay Kostyurin Date: Mon, 7 Jun 2021 00:58:27 +0200 Subject: [PATCH] chore: exclide benchmark directory from language stats --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0b0b963..3d1f0b0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ #Tell Linguist to ignore all benchmark stuff -benchmark/* linguist-vendored +benchmark/* linguist-documentation