Create .gitattributes

This commit is contained in:
Alexandre
2023-09-08 20:54:29 +02:00
committed by GitHub
parent 144fd63459
commit 7db7db4a75

13
.gitattributes vendored Normal file
View File

@@ -0,0 +1,13 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.sh text eol=lf
# Declare files that will always have CRLF line endings on checkout.
#*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary