fixed set linguist-vendored=false to exclude language statistics

This commit is contained in:
mh4x0f 2020-04-09 16:24:19 -03:00
parent 62140bcd70
commit c4c15a78d6
2 changed files with 3 additions and 1 deletions

3
.gitattributes vendored
View File

@ -1 +1,2 @@
config/** linguist-vendored
config/* linguist-vendored=false
config/* linguist-documentation

View File

@ -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]