.gitattributes: adjust linguist

This commit is contained in:
Aminda Suomalainen 2023-02-17 14:28:20 +02:00
parent fda4a6252f
commit c7aafa02cc
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 10 additions and 2 deletions

12
.gitattributes vendored
View File

@ -1,2 +1,10 @@
# Line ending normalisation, GH language detection opt-out
* text=auto -linguist-detectable
# Line ending normalisation, force GH language detection
* text=auto linguist-detectable
# These don't feel like mine
.github/** text=auto -linguist-detectable
_includes/** text=auto -linguist-detectable
# Unnecessary for statistics
Gemfile text linguist-vendored
Gemfile.lock text linguist-generated