chore: .gitattributes updated for line ending normalization
Some checks failed
railiance-tests / smoke (push) Has been cancelled

This commit is contained in:
2025-09-12 02:21:05 +02:00
parent 57d0442291
commit b26b873c29

29
.gitattributes vendored
View File

@@ -1 +1,30 @@
# Ensure consistent line endings across platforms
* text=auto eol=lf
# Shell scripts: always LF
*.sh text eol=lf
# YAML, Ansible, Kubernetes manifests: always LF
*.yml text eol=lf
*.yaml text eol=lf
# Markdown & docs: LF
*.md text eol=lf
# Ignore line ending normalization for binaries
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.svg binary
*.ico binary
*.pdf binary
*.zip binary
*.tar.gz binary
*.tgz binary
# Git attributes file itself should be LF
.gitattributes text eol=lf
# EditorConfig file should be LF
.editorconfig text eol=lf