.gitattributes: opt-out of linguist

I imagine lfs being -text means it will not get detected even if I don't specify otherwise
This commit is contained in:
Aminda Suomalainen 2023-02-16 11:13:26 +02:00
parent 14dc11508d
commit 358838f13d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

10
.gitattributes vendored
View File

@ -1,16 +1,16 @@
# Normalize line endings for text files
# https://www.git-scm.com/docs/gitattributes#_end_of_line_conversion
* text=auto
* text=auto -linguist-detectable
# Unlikely to be ran under Windows, Linux line endings
*.bash text eol=lf
*.bash text eol=lf -linguist-detectable
# While this repository doesn't currently have anything for Windows, I may
# use this for reference
# https://rehansaeed.com/gitattributes-best-practices/#line-endings
*.{reg,[rR][eE][gG]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
*.{ahk,[aA][hH][kK]} text eol=crlf
*.{reg,[rR][eE][gG]} text eol=crlf -linguist-detectable
*.{bat,[bB][aA][tT]} text eol=crlf -linguist-detectable
*.{ahk,[aA][hH][kK]} text eol=crlf -linguist-detectable
# LFS with(/out) locking https://github.com/git-lfs/git-lfs/wiki/File-Locking
*.png filter=lfs diff=lfs merge=lfs -text lockable