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 :)
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 :)
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.