.gitattributes: line normalisation, comments

This commit is contained in:
Aminda Suomalainen ⚧ 2023-02-17 16:38:39 +02:00
parent 38a998a3ad
commit 2a5fa4b1f3
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

7
.gitattributes vendored
View File

@ -1,3 +1,10 @@
# Line normalisation, GitHub language detection for everything
* text=auto linguist-detectable
# Checkout bash files with lf line endings regardless of platform
*.bash text eol=lf
# Git Large File Storage
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text