XAMPPRocky / tokei_rs

The tokei.rs server code.
Apache License 2.0
58 stars 9 forks source link

.tokeignore not influencing "lines of code" repo badge #111

Open Sigmanificient opened 3 years ago

Sigmanificient commented 3 years ago

Hi, I have a repo which has some big .txt files.

In order to have accurate stats, i added a .tokeignore with

*.txt

On my local edit, tokei reports the statistics well:

================================================================================
 Language             Files        Lines         Code     Comments       Blanks
================================================================================
 Python                   1          142          100            9           33
 C#                       1           66           47            7           12
================================================================================
 Total                    2          208          147           16           45
================================================================================

This doesn't seems to be the case for the bade with report 5k+ lines of code

Lines of code

XAMPPRocky commented 3 years ago

Thank you for your issue! I need to update the the version of token the web service is using. I'll do that soon, but in the meantime using .ignore should work.