My github repository isn't showing up the languages I used

253 views Asked by At

https://github.com/owdx1/Spring-Boot-2.0-BIL344

My repo doesn't show up the languages I used in the code. Am I doing something wrong with my file organization? I've tried to apply the solutions from another questions, yet it didn't help.

Thanks :)

1

There are 1 answers

0
pchaigno On

Your repository structure is:

demo/
.gitattributes
.gitignore

The first line of your .gitattributes file is:

demo linguist-vendored

Per the documentation, that means "please don't count demo in the language statistics". All your code is therefore excluded from statistics.