AntiAtropos / .gitattributes
div18
Track PNG files with Xet
951318a
Raw
History Blame Contribute Delete
344 Bytes
# Shell scripts must always use LF (Linux) line endings
*.sh text eol=lf
# Windows-specific scripts
*.ps1 text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
# YAML and Docker files should be LF
*.yml text eol=lf
*.yaml text eol=lf
Dockerfile text eol=lf
*.conf text eol=lf
.dockerignore text eol=lf
*.png filter=lfs diff=lfs merge=lfs -text