Add .gitattributes for consistent line endings across platforms
Some checks failed
build-and-push-docker / docker (push) Failing after 5s

This commit is contained in:
2025-08-18 12:40:53 +00:00
parent 8c3744db9b
commit b73cf924bc

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf