How to remove a language from code language stats #4312
Unanswered
AnirudhG07
asked this question in
Q&A
Replies: 2 comments 2 replies
-
You can tell GitHub Linguist (the library GitHub uses to detect repo language stats) to ignore specific file types like |
Beta Was this translation helpful? Give feedback.
2 replies
-
Yeah, GitHub stats get messy when Jupyter notebooks are around since they’re huge files and dominate the chart. 🔹 Fix:
Optional:
Easiest = .gitattributes trick 👍 if you want to do it with all repo. unfort you have to do this one by one to all |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a couple of repos with some Jupyter notebooks, and Most of my code is in other languages, but because of this, 80% is by Jupyter notebooks(ouch!).
Is there a way to remove some languages from the stats? So that my main code languages can come into frame.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions