Java not appearing in GitHub languages despite proper .gitattributes #7378
-
Hi everyone! I'm working on a public repository (https://github.com/KaiqueVA/Energy-Manegemant) where GitHub's language bar shows only C (99.3%) and Other (0.7%). However, the repository has:
I’ve waited several hours and even tried forcing a refresh, but Java still doesn’t show up. Is this expected behavior due to file sizes, or is there anything else I can do to help Linguist detect Java properly? Thanks a lot in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Below is the breakdown if I run the The resulting stats bar seems normal. The large amount of C code (in terms of bytes of code) makes Linguist group the remaining languages under the label "Other".
|
Beta Was this translation helpful? Give feedback.
Below is the breakdown if I run the
github-linguist
command with the--breakdown
option on your repo.The resulting stats bar seems normal. The large amount of C code (in terms of bytes of code) makes Linguist group the remaining languages under the label "Other".