Skip to content

Commit 227b4f8

Browse files
Exclude uv.lock from surviving LOC calculation.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 744bc88 commit 227b4f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/github_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_git_fame_stats() -> dict:
4545
stats = gitfame._gitfame._get_auth_stats(
4646
temp_dir,
4747
include_files=re.compile(r".*"),
48-
exclude_files=re.compile(r".*yarn\.lock|NOTICES"),
48+
exclude_files=re.compile(r".*yarn\.lock|.*uv\.lock|NOTICES"),
4949
churn=gitfame._gitfame.CHURN_SLOC,
5050
show={"name", "email"},
5151
)

0 commit comments

Comments
 (0)