Create .gitattributes

This commit is contained in:
Donkie
2024-01-30 20:12:16 +01:00
parent 23f383dd63
commit 88fa4b636a

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
# Never modify line endings of our bash scripts
*.sh -crlf