Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Sigmanificient opened this issue Jul 30, 2021 · 1 comment
Open

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

Sigmanificient opened this issue Jul 30, 2021 · 1 comment

Comments

@Sigmanificient
Copy link

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
Copy link
Owner

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.

@XAMPPRocky XAMPPRocky transferred this issue from XAMPPRocky/tokei Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants