sourcerer-io / sourcerer-app

🦄 Sourcerer app makes a visual profile from your GitHub and git repositories.
https://sourcerer.io/start
MIT License
6.74k stars 280 forks source link

Exclude static generated content (eg. microsites) from the stats #396

Open gvolpe opened 5 years ago

gvolpe commented 5 years ago

Hi,

First of all thanks for your work, looking great so far!

One thing it would be nice to have is the option (or just make it the default) to exclude all the github pages and static generated content.

I am mainly a Scala and Haskell developer but in my stats I have mainly HTML, XML and CSS due to all the github pages I have in my repos.

That includes GitHub pages and every static website generator such as Hugo, Jekylll, Hexo, etc.

anatolystansler commented 5 years ago

Hi @gvolpe! Thank you!

Could you provide an example of such files in your repos and heuristics which we can use to filter files like these?

Also, you can hide statistics that you don't want to show in edit mode.

gvolpe commented 5 years ago

Hi @anatolystansler ,

Sure, as I'm sharing the links I'm realizing it might not be an easy task...

https://github.com/gvolpe/gvolpe-website https://github.com/gvolpe/gvolpe.github.io

The option of hiding the statistics seems okay with me and I didn't know about it so please feel free to close this issue if the request is too broad, thanks!