mirror of
https://git.piraattipuolue.fi/Pikaviestimet/Pikaviestimet.git
synced 2024-11-26 05:39:33 +01:00
11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
# 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
|