XAMPPRocky / tokei

Count your code, quickly.
Other
10.51k stars 504 forks source link

Broken release action due to gitignore misconfiguration #1114

Closed adam-tokarski closed 1 week ago

adam-tokarski commented 1 week ago

Apparently PR #933 breaks release-pls action (see this for more details) with

ERROR Cargo.lock is present in your .gitignore and is also committed. Remove it from your repository or from your .gitignore file. message.

There is a need to remove cargo.lock from .gitignore.