.gitattributes: opt-out of linguist

This commit is contained in:
Aminda Suomalainen 2023-02-16 11:12:04 +02:00
parent 96081bb9b0
commit 89535f1424
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

8
.gitattributes vendored
View File

@ -1,6 +1,6 @@
* text=auto eol=lf
* text=auto eol=lf -linguist-detectable
# Windows files even in checkout
# Ref: 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