GitHub repo for React course not showing a language #6239
-
repo: https://github.com/milan-mal/fullstack-open-22 Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's because you have more than 100k files in your repo:
Linguist will not analyse a repo with more than 100k files for performance reasons. Remove all the ProTip: add this directory to a |
Beta Was this translation helpful? Give feedback.
It's because you have more than 100k files in your repo:
Linguist will not analyse a repo with more than 100k files for performance reasons.
Remove all the
node_modules
directories and you'll save yourself a lot of space, time, effort and get back your language stats.ProTip: add this directory to a
.gitignore
file in your repo to prevent it accidentally being included in future commits.