Add .gitattributes to enforce LF line endings
Some checks failed
Build and Push Docker Image / build (push) Failing after 9m42s

This commit is contained in:
Nick
2025-12-26 10:23:45 +13:00
parent 469911f2a7
commit accb698fd3

7
.gitattributes vendored Normal file
View File

@@ -0,0 +1,7 @@
* text=auto
Dockerfile text eol=lf
*.sh text eol=lf
*.py text eol=lf
*.json text eol=lf
*.yaml text eol=lf
*.yml text eol=lf