Can not exclude repo #1813
-
Describe the bug Expected behaviour Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 2 replies
-
I've the same problem :/ |
Beta Was this translation helpful? Give feedback.
-
Forked repos aren´t included by default on "Most used languages" as explained in #1255 |
Beta Was this translation helpful? Give feedback.
-
ok but, |
Beta Was this translation helpful? Give feedback.
-
@antoninhrlt Thanks for your question. I checked your card and the following Syntax seems to work. Without exclusions [![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=antoninhrlt)](https://github.com/anuraghazra/github-readme-stats) With exclusions [![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=antoninhrlt&exclude_repo=antoninhrlt.com)](https://github.com/anuraghazra/github-readme-stats) Syntax used on your profile without exclusions [![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=antoninhrlt&layout=compact&bg_color=0d1117&hide_title=true&text_color=ffffff&hide_border=true&langs_count=6)](https://github.com/anuraghazra/github-readme-stats) Syntax used on your profile with exclusions [![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=antoninhrlt&layout=compact&bg_color=0d1117&hide_title=true&text_color=ffffff&hide_border=true&langs_count=6&hide=php,css,blade&exclude_repo=antoninhrlt.com)](https://github.com/anuraghazra/github-readme-stats) I hope that helps. |
Beta Was this translation helpful? Give feedback.
-
I am closing this since I could not find any problems with the current behaviour. Please give a reproducible example below if you still think something is going wrong. |
Beta Was this translation helpful? Give feedback.
-
Thank you, the problem was probably from me, maybe I've badly refreshed the page or something like that. |
Beta Was this translation helpful? Give feedback.
-
@antoninhrlt No problem, happy to help! |
Beta Was this translation helpful? Give feedback.
-
Ok. But then why I can not exclude this repo ? |
Beta Was this translation helpful? Give feedback.
-
Yeah, well about that ... I guess I should apologise. At a double check, I found that all the languages comes from my repos. |
Beta Was this translation helpful? Give feedback.
@antoninhrlt Thanks for your question. I checked your card and the following Syntax seems to work.
Without exclusions
With exclusions
Syntax used on your profile without exclusions