Correction git attributes

This commit is contained in:
Axel 2024-08-29 17:08:22 +02:00
parent 51629fbd5e
commit 95a69ad0dc

9
.gitattributes vendored
View File

@ -1,2 +1,9 @@
# Set the default behavior, in case people don't have core.autocrlf set. # Set the default behavior, in case people don't have core.autocrlf set.
* text eol=crlf * text=auto
# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary