Meta: Add .gitattributes file

This file is used to configure Git to properly handle line endings
This commit is contained in:
stelar7 2020-07-30 14:38:26 +02:00 committed by Andreas Kling
parent 98bea083c4
commit 8c5f08ea94
Notes: sideshowbarker 2024-07-19 04:27:58 +09:00

6
.gitattributes vendored Normal file
View File

@ -0,0 +1,6 @@
# Set the default behavior to always use LF file endings
* text=auto eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary