feat: add .gitattributes file to manage line endings for different file types

This commit is contained in:
2026-07-02 16:00:30 +00:00
parent 2389c0eb00
commit ee9c6afdaf
+5
View File
@@ -0,0 +1,5 @@
* text=auto eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf