Wrong languages in repository #7154
-
Beta Was this translation helpful? Give feedback.
Answered by
lildude
Dec 9, 2024
Replies: 1 comment
-
You are seeing this because your repo has two massive HTML files:
➜ ls -lh MyGit/**/*.html
Permissions Size Date Modified Name
.rw-r--r--@ 4.6M 9 Dec 10:48 'MyGit/University/5 sem/numerical methods/lab1'/eps_n.html
.rw-r--r--@ 4.6M 9 Dec 10:48 'MyGit/University/5 sem/numerical methods/lab1'/lg_eps_n.html
➜ Linguist assesses usage by bytes of code and these two files alone account for nearly 70% of all code in your repo. You can either remove these files or use an override to tell Linguist to ignore them. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Vlad1000nn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are seeing this because your repo has two massive HTML files:
Linguist assesses usage by bytes of code and these two files alone account for nearly 70% of all code in your repo.
You can either remove these files or use an override to tell Linguist to ignore them.