Ignore fuzzing corpus from source line count

Github's language statistics for the project say that 43% of askama is
assembly code. It is not. The heuristic counts our fuzzing corpus as
assembly code, and the corpus is quite big.

This PR excludes the corpus from being counted.
This commit is contained in:
René Kijewski 2025-05-12 18:38:43 +02:00
parent c31fce773e
commit 077b83631a

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
*.html text eol=lf
*.txt text eol=lf
fuzzing/fuzz/corpus linguist-vendored