add gitattributes file

This commit is contained in:
ohyzha
2024-07-12 16:12:52 +03:00
parent e6d46dcd27
commit e2cf786daf

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
# Set line endings to LF, even on Windows. Otherwise, execution within Docker fails.
# See https://help.github.com/articles/dealing-with-line-endings/
*.sh text eol=lf