Update gitattributes to preserve lf line endings on the .env.example file

This commit is contained in:
Uro
2024-09-30 12:19:20 +01:00
parent 590b0df191
commit ea215efdfc

1
.gitattributes vendored
View File

@@ -4,3 +4,4 @@
# Never modify line endings of our bash scripts # Never modify line endings of our bash scripts
*.sh -crlf *.sh -crlf
.env.example text eol=lf