sourcerer-io / sourcerer-app

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

How do I ignore folders/files? #521

Open sellingsolutions opened 4 years ago

sellingsolutions commented 4 years ago

Sourcerer crashes at 99% when processing certain folders so I figured there might be a way to ignore them?

Kind of like a .gitignore for Sourcerer?

yaronskaya commented 4 years ago

Hi @sellingsolutions you need to create .sourcerer-conf inside of your repositories. Add the following information there

[ignore] path/to/first_file.ext path/to/second_file.ext and run the app again.

By the way, what sort of files it crashes in?