mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
19 lines
494 B
Text
19 lines
494 B
Text
# Set C# as the primary language
|
|
*.cs linguist-language=C#
|
|
*.cs linguist-detectable=true
|
|
|
|
# Mark other files as documentation, vendored, or generated as needed
|
|
# This helps reduce their impact on language statistics
|
|
|
|
# Common files to exclude from language statistics
|
|
*.js linguist-vendored=true
|
|
*.css linguist-vendored=true
|
|
*.html linguist-vendored=true
|
|
*.json linguist-vendored=true
|
|
|
|
# Line endings - enforce LF for all text files
|
|
* text=auto eol=lf
|
|
|
|
# Binary files
|
|
*.pfx binary
|
|
*.snk binary
|