From c4c15a78d6e8cc63a915ba69fac8312c686f01f2 Mon Sep 17 00:00:00 2001 From: mh4x0f Date: Thu, 9 Apr 2020 16:24:19 -0300 Subject: [PATCH] fixed set linguist-vendored=false to exclude language statistics --- .gitattributes | 3 ++- CHANGELOG.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ca05872..3e404c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -config/** linguist-vendored \ No newline at end of file +config/* linguist-vendored=false +config/* linguist-documentation \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 82fb5b2..a4c7d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,6 +96,7 @@ All notable changes to this project will be documented in this file. - Removed all files *.py compiler. [mh4x0f] ### Fixed +- fixed set linguist-vendored=false to exclude language statistics [mh4x0f] - fixed try to exclude files from git language statistics [mh4x0f] - fixed bug when try restart AP with modification in interface name [mh4x0f] - fixed bug when try mout AP on wirelesscontroller [mh4x0f]