.gitattributes: just mark text as not linguist-detectable

This commit is contained in:
Aminda Suomalainen 2023-02-16 11:16:05 +02:00
parent 26df059760
commit 7bf41cad51
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 17 deletions

18
.gitattributes vendored
View File

@ -1,20 +1,4 @@
* text=auto
# Exclude from statistics
_includes/* linguist-vendored
_layouts/* linguist-vendored
css/* linguist-vendored
_sass/* linguist-vendored
Gemfile linguist-vendored
Gemfile.lock linguist-vendored
# Misdetected as ML, actually OpenSSH signatures that Linguist doesn't know
# at this time.
# I am also not risking line endings being meaningful in signatures.
*.sig -linguist-detectable eol=lf
# Force include in statistics
*.{md,markdown} linguist-language=Markdown linguist-detectable
* text=auto -linguist-detectable
# LFS
*.jpeg filter=lfs diff=lfs merge=lfs -text