I recently studied about .gitattributes specifically linguist-documentation and this problem But it does not work for me in this repo. It still counts HTML, CSS, and JavaScript files. Any suggestion to solve this ?
My .gitattributes File
artcpp/docs/** linguist-documentation
artjava/docs/** linguist-documentation
Thanks.
That
.gitattributesworks fine. The issue is that you have a lot of other HTML files underartjava/target/site/apidocs/. See the full Linguist breakdown below.